ARB prog parser: Correct handling of some extensions that interact w/ARB_vp
[mesa.git] / src / gallium /
2009-06-26 Brian Paulgallium: added PIPE_CAP_TGSI_CONT_SUPPORTED
2009-06-26 Keith Whitwelltgsi: correct handling of return value from util_vsnprintf
2009-06-26 Keith Whitwellaux/indices: don't use 'prim' value once it is known...
2009-06-24 José Fonsecawgl: Handle flush after a window is destroyed.
2009-06-19 Brian Paulsoftpipe: return alpha=1 in shadow_compare() function
2009-06-18 José Fonsecautil: Add cast.
2009-06-18 José Fonsecadraw: Replace pointer arithmetic with cast.
2009-06-18 José Fonsecatrace: Use size_t consistently.
2009-06-18 José Fonsecapipebuffer: Use a type consistently for sizes/offsets.
2009-06-18 José Fonsecawgl: Fix window resizing in multithread applications.
2009-06-18 José Fonsecawgl: Move all thread related code together.
2009-06-17 Brian Paulst/glx: added null ptr check in Fake_glXCreatePixmap()
2009-06-17 José Fonsecawgl: Factor out some repetitive code into inline functions.
2009-06-16 Brian Paulsoftpipe: fix out of bounds quad rasterization bug
2009-06-16 José Fonsecagallium: Avoid atomic ops / locking when src is dst.
2009-06-15 José Fonsecapython/tests: Add is_depth_stencil_format utility function.
2009-06-15 José Fonsecapython/tests: Cleanup texture_sample.
2009-06-15 José Fonsecartasm: Use 32bit constant.
2009-06-15 José Fonsecagallium: Ensure assert macro is defined before being...
2009-06-15 José Fonsecasoftpipe: Fix softpipe_is_texture_referenced.
2009-06-15 Thomas Hellstromdri st: Don't require the PIPE_TEXTURE_USAGE_RENDER_TAR...
2009-06-15 Thomas Hellstromgallium: Fix segfault and valgrind error introduced...
2009-06-14 Jakob BornecrantzMerge branch 'mesa_7_5_branch'
2009-06-27 Corbin Simpsonr300g: YCbCr and sRGB textures.
2009-06-27 Corbin Simpsonr300g: Fix EXT_packed_depth_stencil functionality.
2009-06-27 Jakob Bornecrantzst/dri: Fix last depth bits logic
2009-06-27 Corbin Simpsonr300g: EXT_provoking_vertex.
2009-06-27 Corbin Simpsonr300g: S3TC.
2009-06-27 Corbin Simpsonr300g: Use real texture formats.
2009-06-27 Corbin Simpsonr300g: Definitively forbid unusable Z buffer/stencil...
2009-06-27 Corbin Simpsonr300g: Comment out assert for now.
2009-06-27 Corbin Simpsonr300g: Be more specific on surface_copy fallbacks.
2009-06-27 Corbin Simpsonr300g: PIPE_CAP_TGSI_CONT_SUPPORTED.
2009-06-27 Corbin Simpsonr300-gallium: Ensure that no dirty state goes unemitted.
2009-06-26 Brian PaulMerge branch 'arb_vertex_array_object'
2009-06-26 Brian PaulMerge branch 'mesa_7_5_branch'
2009-06-19 Brian Pauli965simple: use u_reduced_prim() function
2009-06-19 Brian Pauldraw: use u_reduced_prim() function
2009-06-19 Brian Paulsoftpipe: use u_reduced_prim()
2009-06-19 Brian Paulgallium/util: s/boolean/unsigned/
2009-06-19 Brian Paulsoftpipe: whitespace, reformatting
2009-06-19 Brian PaulMerge branch 'ext-provoking-vertex'
2009-06-19 Brian Pauldraw: use flatfirst variable
2009-06-19 Brian Pauldraw: remove debug code
2009-06-19 Brian Pauldraw: fix first provoking vertex mode for quads, quad...
2009-06-19 Brian Pauldraw: fix first provoking vertex mode for unfilled...
2009-06-19 Brian Pauldraw: clean up indentation
2009-06-17 Thomas Hellstromgallium dri st: Probe the driver for supported surface...
2009-06-17 Brian PaulMerge branch 'mesa_7_5_branch'
2009-06-15 Brian PaulMerge branch 'arb_map_buffer_range'
2009-06-15 Thomas HellstromMerge branch 'mesa_7_5_branch'
2009-06-14 Jakob BornecrantzMerge branch 'mesa_7_5_branch'
2009-06-14 Jakob Bornecrantztrace: Don't write state objects to file if dumping...
2009-06-26 Keith Whitwelltgsi: correct handling of return value from util_vsnprintf
2009-06-25 Joakim Sindholtr300-gallium: organize fragment/vertex shaders
2009-06-25 Vinson Leegallium: Add PIPE_OS_APPLE token.
2009-06-24 Brian PaulMerge branch 'mesa_7_5_branch'
2009-06-24 Jakob Bornecrantzidentity: Add new identity driver
2009-06-22 Jakob Bornecrantzgallium-intel: Improve Xorg Makefile a bit
2009-06-22 Jakob Bornecrantzst/xorg: Convert to template makefile
2009-06-22 Jakob Bornecrantzst/dri: Fix typo when checking for depth formats
2009-06-12 Alex DeucherMerge master and fix conflicts
2009-06-12 Jakob BornecrantzMerge branch 'mesa_7_5_branch'
2009-06-12 Dave AirlieMerge remote branch 'main/radeon-rewrite'
2009-06-11 José Fonsecapython/retrace: Show the contents of the depth/stencil...
2009-06-11 José Fonsecapython/retrace: Interpret is_texture_referenced/is_buff...
2009-06-11 José Fonsecawgl: Fix prototype.
2009-06-11 José FonsecaMerge branch 'mesa_7_5_branch'
2009-06-11 José Fonsecagallium: New pf_is_depth_and_stencil / pf_is_depth_or_s...
2009-06-11 José FonsecaMerge branch 'mesa_7_5_branch'
2009-06-11 José Fonsecapython/tests: Test sampling from a depth texture.
2009-06-10 Thomas Hellstromdri st: Don't require the PIPE_TEXTURE_USAGE_RENDER_TAR...
2009-06-10 José Fonsecautil: Single precision constants.
2009-06-10 José Fonsecagallium: Shorthand functions for computing stride and...
2009-06-10 Brian Paulgallium: updated PIPE_CAP_x comments
2009-06-10 Brian Pauldraw: implement flatshade_first for drawing pipeline
2009-06-10 Brian Paulsoftpipe: implement flatshade_first for triangles
2009-06-10 Brian Paulsoftpipe: implement flatshade_first for line setup
2009-06-09 Keith Whitwellstw: ignore swapbuffer requests on singlebuffer
2009-06-09 Jakob BornecrantzMerge branch 'mesa_7_5_branch'
2009-06-10 Michal Krolwinsys/gdi: Link to ws2_32 library.
2009-06-10 Michal Kroltrace: __func__ --> __FUNCTION__.
2009-06-09 Jakob Bornecrantztrace/rbug: Add support for draw block rule
2009-06-09 Jakob Bornecrantzrbug: Change block protocol around a bit
2009-06-09 Jakob Bornecrantztrace/rbug: Return textures currently bound to context
2009-06-09 Jakob Bornecrantzrbug: Extend context info and block ops
2009-06-09 Corbin Simpsonr300-gallium: HW TCL glxgears. (Read the rest of the...
2009-06-09 Corbin Simpsonr300-gallium: Make UCP and clip work again for SW TCL.
2009-06-09 Corbin Simpsonr300-gallium: Don't emit UCP planes for SW TCL.
2009-06-08 Jakob Bornecrantzpipebuffer: Silence out of heap space debug print
2009-06-08 Brian Paulsoftpipe: advertise PIPE_CAP_MAX_TEXTURE_ANISOTROPY...
2009-06-08 Jakob Bornecrantztrace/rbug: Sleep on windows when blocked
2009-06-08 Jakob Bornecrantzstw: If stfb not set don't call into mesa
2009-06-08 Dave Airliellvm: fix compile on gcc 4.4
2009-06-07 Ben Skeggsnouveau: forgotten makefile...
2009-06-07 Dave AirlieMerge remote branch 'origin/master' into radeon-rewrite
2009-06-06 Ben Skeggsnv50: fix multi-texturing
2009-06-06 Ben Skeggsnv50: support non-normalized texture coords
2009-06-05 Corbin Simpsonr300-gallium: Use VAP_CLIP_CNTL.
2009-06-05 Corbin Simpsonr300-gallium: Emit UCP.
next