Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-01-17 | glsl: Add method ast_type_qualifier::interpolation_string() | Chad Versace | |
If an interpolation qualifier is present, then the method returns that qualifier's string representation. For example, if the noperspective bit is set, then it returns "noperspective". | |||
2011-01-17 | vbo: init num_instances in split_prims() | Brian Paul | |
Fixes a VTK regression after adding GL_ARB_draw_instanced. | |||
2011-01-17 | tnl: assert that num_instances > 0 | Brian Paul | |
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 | docs: add GL_EXT_texture_sRGB_decode to relnotes | Dave Airlie | |
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 | docs: document GL_ARB_draw_buffers_blend | Brian Paul | |
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 | docs: update GL3.txt status | Brian Paul | |
2011-01-15 | docs: document GL_ARB_instanced_arrays | 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 | docs: document GL_ARB_draw_instanced | 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. |