glsl: fix crash in loop analysis when some controls can't be determined
[mesa.git] / src / gallium / drivers / softpipe /
2010-11-09 Brian Paulsoftpipe: can't no-op depth test stage when occlusion...
2010-11-05 Brian Paulsoftpipe: disable vertex texturing with draw/llvm
2010-11-01 José Fonsecascons: Revamp how to specify targets to build.
2010-10-23 Brian Paulsoftpipe: remove >32bpp color restriction
2010-10-23 Brian Paulsoftpipe: added some texture sample debug code (disabled)
2010-10-22 Brian PaulMerge branch 'primitive-restart-cleanup'
2010-10-22 Brian Paulsoftpipe: enable primitive restart
2010-10-20 Keith WhitwellMerge branch 'llvm-cliptest-viewport'
2010-10-18 Keith WhitwellMerge remote branch 'origin/master' into lp-setup-llvm
2010-10-12 Dave Airliesoftpipe: add support for shader stencil export capability
2010-10-12 Dave Airliegallium/tgsi: add support for stencil writes.
2010-09-30 Nicolas Kaisergallium/softpipe: remove duplicated include
2010-09-27 Brian Paulsoftpipe: fix swizzling of texture border color
2010-09-27 Brian Paulsoftpipe: allocate tile data on demand
2010-09-25 Brian Paulsoftpipe: minor asst. clean-ups
2010-09-25 Brian Paulsoftpipe: make clip state functions static
2010-09-25 Brian Paulsoftpipe: make stream out state functions static
2010-09-25 Brian Paulsoftpipe: make rasterizer state functions static
2010-09-25 Brian Paulsoftpipe: make vertex state functions static
2010-09-25 Brian Paulsoftpipe: make sampler state functions static
2010-09-25 Brian Paulsoftpipe: make blend/stencil/depth functions static
2010-09-25 Brian Paulsoftpipe: make shader-related functions static
2010-09-25 Brian Paulsoftpipe: rename sp_state_fs.c -> sp_state_shader.c
2010-09-25 Brian Paulsoftpipe: fix repeat() function for NPOT textures
2010-09-21 Brian Paulsoftpipe: add missing calls to set draw vertex samplers...
2010-09-21 Brian PaulMerge branch 'sprite-coord'
2010-09-20 Luca Barbierisoftpipe: fix whitespace
2010-09-20 Luca Barbierisoftpipe: make z/s test always pass if no zsbuf, instea...
2010-09-18 Brian Paulgallium: rework handling of sprite_coord_enable state
2010-09-15 Christoph BumillerMerge remote branch 'origin/nv50-compiler'
2010-09-14 Luca Barbierigallium: introduce get_shader_param (ALL DRIVERS CHANGE...
2010-09-02 Christoph BumillerMerge remote branch 'origin/master' into nv50-compiler
2010-08-28 Vinson Leesoftpipe: Include missing header in sp_flush.c.
2010-08-25 Chia-I Wugallium: Use draw_set_index_buffer and others.
2010-08-20 Luca Barbierigallium: make all checks for PIPE_TEXTURE_2D check...
2010-08-18 Christoph BumillerMerge remote branch 'origin/master' into nv50-compiler
2010-08-14 Ian RomanickMerge branch 'master' into glsl2
2010-07-29 Brian Paulgallium: implement bounds checking for constant buffers
2010-07-29 Chia-I Wugallium: Avoid void pointer arithmetic.
2010-07-29 Chia-I Wugallium: Keep only pipe_context::draw_vbo.
2010-07-29 Chia-I Wugallium: Implement draw_vbo and set_index_buffer for...
2010-07-27 Eric AnholtMerge remote branch 'origin/master' into glsl2
2010-07-23 Michal Krolsoftpipe: Check for NULL pointer in sp_destroy_tile_cac...
2010-07-23 Michal Krolsoftpipe: Check for NULL pointer in sp_destroy_tex_tile...
2010-07-21 Brian Paulsoftpipe: add missing support for PIPE_FORMAT_S8_USCALE...
2010-07-21 Brian Paulsoftpipe: fix sp_tile_cache_flush_clear() regression
2010-07-20 Michal Krolsoftpipe: Support non-depth-stencil formats in sp_tile_...
2010-07-15 Brian Paulsoftpipe: re-order drawing functions to get rid of...
2010-07-02 Brian Paulsoftpipe: fix incorrect blend func index passed to...
2010-07-02 Brian Paulsoftpipe: better assertions
2010-06-29 Zack Rusinmesa: initial support for ARB_geometry_shader4
2010-06-28 Jakob BornecrantzMerge branch 'gallium-drm-driver-drescriptor'
2010-06-25 Brian Paulsoftpipe: rename a var
2010-06-25 Brian Paulsoftpipe: fix comment typo
2010-06-24 Eric AnholtMerge branch 'glsl2-head' into glsl2
2010-06-24 Brian PaulMerge branch 'shader-file-reorg'
2010-06-22 Zack Rusingallium: add a timestamp disjoint query
2010-06-22 Zack Rusingallium: add a new query
2010-06-16 Zack Rusindraw: rewrite stream output to handle all the dark...
2010-06-15 Zack Rusinsoftpipe/gs: fix a crash when a gs isn't present
2010-06-12 Zack Rusinsoftpipe: small cleanup
2010-06-11 Zack Rusingallium/softpipe/draw: support samplers in geometry...
2010-06-08 Zack Rusinsoftpipe: make sure we don't fallback to assert on...
2010-06-08 Zack Rusinsoftpipe: make sure that invalid calls to sosettargets...
2010-06-08 Brian Paulsoftpipe: added sp_state_so.c to file list
2010-06-08 Zack Rusingallium: add basic support for stream output queries
2010-06-08 Zack Rusingallium: adjust the query interface to support custom...
2010-06-08 Zack Rusingallium: rename draw_auto to draw_stream_output, plus...
2010-06-08 Zack Rusingallium: make draw auto work and add relevant caps...
2010-06-08 Zack Rusingallium: add interface for DrawAuto and implement it...
2010-06-08 Zack Rusingallium: a lot more complete implementation of stream...
2010-06-08 Zack Rusingallium: basic and initial implementation of the stream...
2010-06-07 Roland Scheideggersoftpipe: use util_clear_render_target/depth_stencil...
2010-06-07 Keith Whitwellsoftpipe: remove assert on setting constbufs greater...
2010-06-05 Dave Airliemesa/st: add support for EXT_texture_swizzle.
2010-06-03 Roland ScheideggerMerge branch 'gallium-newclear'
2010-05-28 Roland Scheideggersoftpipe: adapt to clear interface changes
2010-05-28 Brian Paulsoftpipe: add PIPE_BUFFER to assertion
2010-05-21 Roland ScheideggerMerge branch 'gallium-msaa'
2010-05-21 Keith WhitwellMerge branch 'gallium-front-ccw'
2010-05-18 Roland Scheideggergallium: implement set_sample_mask() in all drivers
2010-05-17 Roland Scheideggersoftpipe: adapt to interface changes
2010-05-14 Keith Whitwellsoftpipe: restore culling code
2010-05-14 Keith Whitwellgallium: convert rasterizer state to use gl-style front...
2010-05-12 José Fonsecasoftpipe: Adverstise (tgsi_exec's) shader limits.
2010-05-12 José Fonsecagallium: Make PIPE_CAP_xxx enums.
2010-05-06 Brian Paulsoftpipe: fix dangling references to shaders in the...
2010-05-06 Brian Paulgallium: rename draw() to draw_elements() in vbuf code
2010-05-06 Brian Paulgallium: rework provoking vertex code
2010-05-04 Roland ScheideggerMerge commit 'origin/master' into gallium-msaa
2010-05-03 Brian Paulgallium: move surface utility functions into u_surface.c
2010-05-03 Dave Airliesoftpipe: invalidate cache view when swizzles are diffe...
2010-05-02 José Fonsecasoftpipe: Fix alpha blending for formats without alpha...
2010-05-02 Kristian HøgsbergMerge branch 'gles2-2'
2010-04-30 Roland ScheideggerMerge commit 'origin/master' into gallium-msaa
2010-04-29 Jakob Bornecrantzsoftpipe & llvmpipe: Enable SM3 cap
2010-05-19 Keith WhitwellMerge commit 'origin/graw-tests'
2010-05-19 Michal Krolsoftpipe: Calculate slice_stride field in get_transfer().
2010-05-17 Mathias Fröhlichgallium: EXT_timer_query support.
2010-04-25 José Fonsecasoftpipe: Make softpipe transfers in-order.
next