gallium: split CAP_INSTANCE_DRAWING into INSTANCEID and INSTANCE_DIVISOR
[mesa.git] / src / gallium / drivers / softpipe /
2011-03-05 Marek Olšákgallium: split CAP_INSTANCE_DRAWING into INSTANCEID...
2011-03-04 Christoph BumillerMerge remote branch 'origin/nvc0'
2011-03-02 Dave Airliesoftpipe: enable RGTC now that we have u_format support.
2011-03-01 Brian Paulsoftpipe: remove redundant draw_flush() call
2011-02-28 Dave Airliergtc: llvmpipe/softpipe refuse RGTC until u_format...
2011-02-17 Brian Paulsoftpipe: rename env vars to be consistent
2011-02-14 Marek Olšákgallium: notify drivers about possible changes in user...
2011-02-03 Brian Paulsoftpipe: rename sampler[] -> fragment_samplers[]
2011-02-03 Brian Paulsoftpipe: rename fragment sampler/view fields
2011-01-29 Brian Paulsoftpipe: fix array textures to use resource array_size
2011-01-26 Brian Paulsoftpipe: support for 1D/2D texture arrays
2011-01-25 Brian Paulsoftpipe: fix off-by-one error in setup_fragcoord_coeff()
2011-01-23 Brian Paulsoftpipe: pass surface format to get/put_tile functions
2011-01-23 Brian Paulgallium/softpipe: replace pipe_get_tile_swizzle()
2011-01-23 Brian Paulsoftpipe: use proper type for format field
2011-01-20 Brian Paulsoftpipe: check for null pointers during context create...
2011-01-20 Henri Verbeetsoftpipe: Bind samplers to views instead of the underly...
2011-01-20 Henri Verbeetsoftpipe: Get rid of the redundant resource parameter...
2011-01-18 Brian Paulsoftpipe: rename some functions for consistency
2011-01-18 Brian Paulsoftpipe: added some null pointer checks
2011-01-18 Brian Paulsoftpipe: s/tex_cache/fragment_tex_cache/
2011-01-15 Brian PaulMerge branch 'draw-instanced'
2011-01-06 Marek Olšákgallium: drivers should reference vertex buffers
2011-01-04 Christoph BumillerMerge remote branch 'origin/nvc0'
2010-12-19 Christoph BumillerMerge remote branch 'origin/master' into nvc0-new
2010-12-17 Brian Paulsoftpipe: remove sp_tex_tile_cache_border_color()
2010-12-17 Brian Paulsoftpipe: fix depth texture sampling regression
2010-12-16 Brian Paulsoftpipe: s/varient/variant
2010-12-23 Dave Airliesoftpipe: add support for color writes all color bufs...
2010-12-14 Brian Paulsoftpipe: do texture swizzle during texture sampling
2010-12-09 Brian Paulsoftpipe: enable instanced drawing cap
2010-12-02 Brian Paulsoftpipe: increase max texture size to 16K
2010-12-02 Roland Scheideggergallium: support for array textures and related changes
2010-11-22 Keith WhitwellMerge branch 'lp-offset-twoside'
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
next