gallium: add PIPE_CAP_TEXTURE_BARRIER
[mesa.git] / src / gallium / drivers /
2011-09-30 Marek Olšákgallium: add PIPE_CAP_TEXTURE_BARRIER
2011-09-30 Marek Olšákgallium: add PIPE_CAP_CONDITIONAL_RENDER
2011-09-30 Marek Olšákgallium: add and use PIPE_SHADER_CAP_MAX_TEXTURE_SAMPLERS
2011-09-30 Marek Olšákgallium: remove PIPE_CAP_TEXTURE_MIRROR_REPEAT
2011-09-29 Thomas Hellstromwinsys/svga: Update to vmwgfx kernel module 2.1
2011-09-29 José Fonsecallvmpipe: Convert some of the null checks back to asserts.
2011-09-29 José Fonsecallvmpipe: Also reset the state in lp_scene_bin_reset
2011-09-29 José Fonsecallvmpipe: Prevent segfault during fs variant cache...
2011-09-28 Marek Olšákr300g: remove useless variables in some structures
2011-09-28 Marek Olšákr300g: simplify the immd_is_good_idea function
2011-09-28 Christoph Bumillernv50,nvc0: support polygon offset clamp state
2011-09-28 Christoph Bumillerr600: support polygon offset clamp state
2011-09-28 Christoph Bumillergallium: add polygon offset clamp state
2011-09-27 Dave Airliegallium: move border color to be a color union
2011-09-26 Marek Olšákr600g: add index_bias to index buffer bounds
2011-09-26 Marek Olšáku_vbuf_mgr: s/u_vbuf_mgr_/u_vbuf_
2011-09-26 Marek Olšáku_vbuf_mgr: cleanup original vs real vertex buffer...
2011-09-25 Marcin Slusarznouveau: fix crash during fence emission
2011-09-25 José Fonsecanoop: Always use memory allocation macros.
2011-09-25 José Fonsecallvmpipe: Always use memory allocation macros.
2011-09-25 José Fonsecasoftpipe: Use memory allocation macros.
2011-09-23 Brian Paulsvga: indentation/formatting fixes
2011-09-23 Brian Paulsvga: remove emit_consts() offset parameter
2011-09-23 Brian Paulsvga: s/int/unsigned/ in svga_state_constants.c
2011-09-23 Brian Paulsvga: s/unit/shader/ and related clean-ups
2011-09-23 Brian Paulsvga: clean up return values and error codes
2011-09-23 Brian Paulsvga: add format translation for DXT/sRGB formats
2011-09-23 Brian Paulsvga: test register W component in emit_kil()
2011-09-23 Brian Paulsvga: fix depth/shadow compare for non-projected texcoords
2011-09-23 Brian Paulsvga: implement texture swizzling
2011-09-23 Brian Paulsvga: check that we don't exceed input/ouput register...
2011-09-23 Brian Paulsvga: implement point sprite suppport
2011-09-23 Brian Paulsvga: add translation for float formats
2011-09-23 Brian Paulsvga: check to avoid writing beyond end of constant...
2011-09-23 José Fonsecasvga: Cleanup format capability checking.
2011-09-23 José Fonsecasvga: Don't use the new depth formats for surfaces...
2011-09-23 Jakob Bornecrantzsvga: Share one texcoord between depth and fog
2011-09-23 Jakob Bornecrantzsvga: Only emit Z depth work if it is actually read
2011-09-23 Jakob Bornecrantzsvga: Fix vPos usage
2011-09-23 Jakob Bornecrantzsvga: Wip for passing depth in a texcoord
2011-09-23 José Fonsecasvga: Add a comment about depth format selection.
2011-09-23 José Fonsecasvga: Consider the new depth formats in svga_texture_fr...
2011-09-23 José Fonsecasvgadump: Dump the new depth format names.
2011-09-23 Jakob Bornecrantzsvga: Expose the new depth formats
2011-09-23 José Fonsecasvga: Coalesce multiple shader constants in a single...
2011-09-23 José Fonsecasvgadump: Update for svga3d_reg.h header changes.
2011-09-23 Brian Paulsvga: updated svga3d_reg.h to latest public version
2011-09-23 Alex CorscaddenAllow RBUG to start blocked
2011-09-23 Stéphane Marchesini915g: Don't generate useless swizzles before texture...
2011-09-23 Stéphane Marchesini915g: Fix whitespace.
2011-09-22 Stéphane Marchesini915g: Fix peephole optimization for MOVs.
2011-09-22 Stéphane Marchesini915g: Add unsupported PIPE_CAP_MIN_TEXEL_OFFSET/PIPE_C...
2011-09-22 Brian Pauldraw: add support for guard-band clipping
2011-09-22 Brian Paulsvga: skip assertion when index_bias < 0
2011-09-22 Brian Paulsvga: fix the test for sRGB texture formats
2011-09-22 Keith Whitwellutil: add u_bit_scan helper
2011-09-22 Stéphane Marchesini915g: Add an optimization to get rid of useless movs...
2011-09-22 Stéphane Marchesini915g: Fix some whitespace problems.
2011-09-22 Stéphane Marchesini915g: Blend equation separate seems to work.
2011-09-22 Stéphane Marchesini915g: Add ifdef'd out code to dump compiled shaders.
2011-09-22 Stéphane Marchesini915g: Fix bug in shader optimizer.
2011-09-22 Stéphane Marchesini915g: Remove stale function prototype.
2011-09-21 Brian Paulsvga: call u_default_redefine_user_buffer() to fix...
2011-09-21 Brian Paulllvmpipe: silence a pointer type warning
2011-09-19 Nicholas MiellUpdate llvmpipe's gitignore
2011-09-19 Tom Stellardr300/compiler: Fix regalloc for values with multiple...
2011-09-18 Dave Airliegallium: move clear paths from rgba to a pointer to...
2011-09-17 Tom Stellardr300/compiler: Add support for the output modifier...
2011-09-17 Tom Stellardr300/compiler: Move some helper functions to radeon_com...
2011-09-17 Tom Stellardr300/compiler: Don't unroll loops that conditionally...
2011-09-16 Vinson Leenouveau: Fix typos of ParseSourceList in SConscript...
2011-09-16 Marek Olšákwinsys/radeon: use the cache bufmgr for buffers with...
2011-09-16 Brian Paulsoftpipe: use pipe_get_tile_rgba_format()
2011-09-16 Brian Paulsoftpipe: use util_format_is_depth_or_stencil()
2011-09-16 Dave Airlier600g: fixup missing scaled r600 types.
2011-09-16 Dave Airlier600g: interpret integer texture types as ints.
2011-09-16 Dave Airlier600g: take constantly interpolated values into a/c
2011-09-16 Dave Airlier600g: add flat non-interpolation support.
2011-09-16 Dave Airlier600g: set number type correctly for color buffers.
2011-09-16 Dave Airlier600g: add missing formats to color buffer setup.
2011-09-15 Brian Paulsoftpipe: use consistent indentation in sp_quad_blend.c
2011-09-15 Brian Paulsoftpipe: fix blending for luminance/intensity surfaces
2011-09-14 Michel Dänzerr600g: Initialize multi VGT related register on Cayman.
2011-09-14 Christoph Bumillernvc0: implement resource_resolve
2011-09-14 José Fonsecallvmpipe: Remove dead lp_tile_shuffle_mask.py script.
2011-09-14 Christoph Bumillernv50/ir: add missing license headers
2011-09-14 Christoph Bumillernvc0: emit tessellation mode and patch size in TCP...
2011-09-14 Christoph Bumillernv50,nvc0: handle PIPE_CAP_MIN/MAX_TEXEL_OFFSET
2011-09-14 Christoph Bumillernvc0: remove old shader backend files
2011-09-14 Christoph Bumillernvc0: hook up to new shader code generator
2011-09-14 Christoph Bumillernv50/ir: import new shader backend code
2011-09-14 Christoph Bumillernvc0: prevent interruption of m2mf push
2011-09-14 Christoph Bumillernouveau: make data argument of nouveau_context::push_da...
2011-09-14 Brian Paulsoftpipe: implement blend color clamping
2011-09-14 Emeric Grangenouveau: Add max_references parameter to vl_create_deco...
2011-09-13 Marcin Slusarznv50/nvc0: add support for R4A4_UNORM and A4R4_UNORM...
2011-09-12 Marek Olšákr600g: remove unused function r600_buffer_from_handle
2011-09-12 Marek Olšákr600g: remove an irrelevant XXX comment
2011-09-12 Marek Olšákr600g: remove r600_resource_buffer struct
2011-09-12 Marek Olšákr600g: set the return type of radeon_destroy to void
next