Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-01-17 | mesa: s/primcount/numInstances/ | Brian Paul | |
primcount is also a parameter to glMultiDrawElements(). Use numInstances to avoid confusion between these things. | |||
2011-01-17 | nouveau: fix build against out of tree libdrm | Dave Airlie | |
For doing builds against a separated libdrm these cflags are needed. Signed-off-by: Dave Airlie <airlied@redhat.com> | |||
2011-01-16 | r600g: fix PIPE_CAP_INSTANCED_DRAWING warning | Christian König | |
2011-01-16 | r600g: fix alu inst group merging for relative adressing | Christian König | |
2011-01-16 | nvc0: fix and enable instanced drawing and arrays | Christoph Bumiller | |
2011-01-16 | d3d1x: Fix broken build. | Chia-I Wu | |
st/egl native.h changed its interface in a22a332fc7cc54d4d0973dcd21a90159cc51de1a. | |||
2011-01-15 | mesa: minor tweaks in _mesa_set_fetch_functions() | Brian Paul | |
2011-01-15 | mesa: add comment for _mesa_get_srgb_format_linear() | Brian Paul | |
2011-01-15 | mesa: move declarations before code | Brian Paul | |
2011-01-16 | gallium: add EXT_texture_sRGB_decode. | Dave Airlie | |
This uses a sampler view to access the texture with the alternate format. Signed-off-by: Dave Airlie <airlied@redhat.com> | |||
2011-01-16 | i965: add support for EXT_texture_sRGB_decode | Dave Airlie | |
We just choose the texture format depending on the srgb decode bit for the sRGB formats. Signed-off-by: Dave Airlie <airlied@redhat.com> | |||
2011-01-16 | mesa/swrast: implement EXT_texture_sRGB_decode | Dave Airlie | |
This implements the extension by choosing a different set of texture fetch functions when the texture parameter changes. Signed-off-by: Dave Airlie <airlied@redhat.com> | |||
2011-01-16 | r600d: fix some bugs added reworking literal handling | Christian König | |
If a literal slot isn't used it should be set to 0 instead of an uninitialized value. Also the channels for pre R700 trig functions were incorrect. And most important literals were not counted against ndw, resulting in an invalid force_add_cf detection. | |||
2011-01-15 | mesa: implement glGet queries for GL_ARB_draw_buffers_blend | Brian Paul | |
2011-01-15 | mesa: display list support for GL_ARB_draw_buffers_blend functions | Brian Paul | |
2011-01-15 | mesa: plug in GL_ARB_draw_buffers_blend functions | Brian Paul | |
2011-01-15 | glapi: regenerated files | Brian Paul | |
2011-01-15 | glapi: new entrypoint specs for GL_ARB_draw_buffers_blend | Brian Paul | |
2011-01-15 | mesa: begin implementation of GL_ARB_draw_buffers_blend | Brian Paul | |
2011-01-15 | st/mesa: GL_ARB_instanced_arrays support | Brian Paul | |
2011-01-15 | mesa: support for GL_ARB_instanced_arrays | Brian Paul | |
2011-01-15 | glapi: regenerated files | Brian Paul | |
2011-01-15 | glapi: GL_ARB_instanced_arrays support | Brian Paul | |
2011-01-15 | draw: add missing LP_CHECK_MEMBER_OFFSET() | Brian Paul | |
2011-01-15 | st/mesa: move/consolidate an assignment | Brian Paul | |
2011-01-15 | r600g: Remove the redundant radeon_new() prototype. | Henri Verbeet | |
2011-01-15 | r600g: Fix some register value name typos. | Henri Verbeet | |
SFR -> SRF. | |||
2011-01-15 | r600g: Get rid of r600_translate_vertex_data_type(). | Henri Verbeet | |
This has been replaced with r600_vertex_data_type(). | |||
2011-01-15 | Merge branch 'draw-instanced' | Brian Paul | |
Conflicts: src/gallium/auxiliary/draw/draw_llvm.c src/gallium/drivers/llvmpipe/lp_state_fs.c src/glsl/ir_set_program_inouts.cpp src/mesa/tnl/t_vb_program.c | |||
2011-01-15 | nvc0: try to swap immediates to first source too | Christoph Bumiller | |
2011-01-15 | nvc0: make sure all sources of the BIND op are distinct | Christoph Bumiller | |
They're supposed to be assigned consecutive registers so they can't contain the same SSA value more than once. | |||
2011-01-15 | nvc0: update user vbufs on each draw call | Christoph Bumiller | |
This is required in case set_vertex_buffers is not called again. | |||
2011-01-15 | nvc0: enable early fragment tests where possible | Christoph Bumiller | |
2011-01-15 | nvc0: upload small buffers through the command buffer | Christoph Bumiller | |
2011-01-15 | mesa: Add glDepthRangef and glClearDepthf to APIspec.xml. | Chia-I Wu | |
Core mesa has gained support for GL_ARB_ES2_compatibility. Make GLES generated dispatch table use them. | |||
2011-01-15 | targets/egl-static: Assorted cleanups and fixes. | Chia-I Wu | |
Share more code between windows and non-windows platforms. Check env['x11'] for X11 and add env['X11_LIBS'] to LIBS. Add ws_wrapper for i965g. | |||
2011-01-15 | targets/egl: i965 needs libwsw. | Chia-I Wu | |
Fix undefined symbol wrapper_sw_winsys_dewrap_pipe_screen. | |||
2011-01-14 | mesa: Add getter for GL_SHADER_COMPILER with ARB_ES2_compatibility. | Eric Anholt | |
Fixes piglit arb_es2_compatibility-shadercompiler | |||
2011-01-14 | mesa: Add getters for ARB_ES2_compatibility MAX_*_VECTORS. | Eric Anholt | |
Fixes piglit arb_es2_compatibility-maxvectors. | |||
2011-01-14 | mesa: Add support for glDepthRangef and glClearDepthf. | Eric Anholt | |
These are ARB_ES2_compatibility float variants of the core double entrypoints. Fixes arb_es2_compatibility-depthrangef. | |||
2011-01-14 | ir_to_mesa: Fix segfaults on ir_to_mesa invocation after MSVC change. | Eric Anholt | |
2011-01-14 | glsl: fix implicit int to bool warning | Brian Paul | |
Maybe preprocess() should return a bool. | |||
2011-01-14 | mesa: Dynamically allocate acp array in ir_to_mesa_visitor::copy_propagate. | Vinson Lee | |
Fixes these MSVC errors. ir_to_mesa.cpp(2644) : error C2057: expected constant expression ir_to_mesa.cpp(2644) : error C2466: cannot allocate an array of constant size 0 ir_to_mesa.cpp(2644) : error C2133: 'acp' : unknown size ir_to_mesa.cpp(2646) : error C2070: 'ir_to_mesa_instruction *[]': illegal sizeof operand ir_to_mesa.cpp(2709) : error C2070: 'ir_to_mesa_instruction *[]': illegal sizeof operand ir_to_mesa.cpp(2718) : error C2070: 'ir_to_mesa_instruction *[]': illegal sizeof operand | |||
2011-01-14 | mesa: Add actual support for glReleaseShaderCompiler from ES2. | Eric Anholt | |
Fixes no-op dispatch warning in piglit arb_es2_compatibility-releaseshadercompiler.c. | |||
2011-01-14 | intel: Expose GL_ARB_ES2_compatibility. | Eric Anholt | |
We don't have all of the features of this extension hooked up yet, but the consensus yesterday was that since those features are things that we should also be supporting in our ES2 implementation, claiming ES2 here too doesn't make anything worse and will make incremental improvement through piglit easier. | |||
2011-01-14 | mesa: Add extension enable bit for GL_ARB_ES2_compatibility. | Eric Anholt | |
2011-01-14 | glapi: Regenerate for GL_ARB_ES2_compatibility. | Eric Anholt | |
2011-01-14 | glapi: Add entrypoints and enums for GL_ARB_ES2_compatibility. | Eric Anholt | |
2011-01-14 | r600g: compiler helper opcode fixes for evergreen | Alex Deucher | |
Signed-off-by: Alex Deucher <alexdeucher@gmail.com> | |||
2011-01-14 | r600g: pass r600_bc to some addition compiler helper functions | Alex Deucher | |
needed for asic specific opcodes Signed-off-by: Alex Deucher <alexdeucher@gmail.com> |