mesa.git
2009-06-09 Michal Krolglsl: Expand nested preprocessor macros.
2009-06-09 Dave Airlieradeon: fix mipmap_limits crasher.
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 Brian Paulst/mesa: fix incorrect bufObj Length assignment, remove...
2009-06-08 Jon TURNEYCygwin build fixes
2009-06-08 Brian Paulglsl: Fix preprocessor define argument parsing for...
2009-06-08 Michal Krolglsl: Fix preprocessor define argument parsing for...
2009-06-08 Jakob Bornecrantzpipebuffer: Silence out of heap space debug print
2009-06-08 Brian Paulglsl: preprocessor debug code (disabled)
2009-06-08 Brian Pauldocs: document MESA_EXTENSION_OVERRIDE env var
2009-06-08 Brian Paulsoftpipe: advertise PIPE_CAP_MAX_TEXTURE_ANISOTROPY...
2009-06-08 Brian Paulmesa: new MESA_EXTENSION_OVERRIDE env var
2009-06-08 Brian Paulst/mesa: remove invalid assertion
2009-06-08 José Fonsecamesa: Use matching signedness for the counter as upper...
2009-06-08 José Fonsecamesa: Allocate tokens from the heap.
2009-06-08 Brian Paulmesa: better error message for invalid texture unit...
2009-06-08 Brian Paulmesa: bump MAX_PROGRAM_ENV_PARAMS from 128 to 256
2009-06-08 Keith Whitwellmesa/vbo: drop all references to vbo on destroy
2009-06-08 Brian Paulmesa: EXT_vertex_array_bgra fixes
2009-06-08 Maciej Cencoramesa: EXT_vertex_array_bgra fixes
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 Jakob Bornecrantzprogs/tests: Add some scissor tests
2009-06-08 José FonsecaRevert "scons: Less aggressive optimizations for MSVC...
2009-06-08 Dave Airliellvm: fix compile on gcc 4.4
2009-06-07 Maciej Cencorar300: fix regression caused by 056bc77547c304021a0faf20...
2009-06-07 Ben Skeggsnouveau: forgotten makefile...
2009-06-07 Dave AirlieMerge remote branch 'origin/master' into radeon-rewrite
2009-06-07 Michel Dänzerr300: Endianness fixes for recent vertex path changes.
2009-06-07 Maciej Cencorar300: vertex array stride = 0 means that data are tight...
2009-06-07 Maciej Cencorar300: GL_(U)SHORT and GL_(U)BYTE with < 4 components...
2009-06-07 Maciej Cencorar300: remove unused code
2009-06-07 Maciej Cencorar300: rewrite vertex setup for software T&L path using...
2009-06-07 Maciej Cencorar300: prepare for some code duplication removal
2009-06-07 Maciej Cencorar300: enable EXT_vertex_array_bgra extensions
2009-06-07 Maciej Cencorar300: add hw accelerated support for different vertex...
2009-06-07 Maciej Cencorar300: prepare for different vertex data type support
2009-06-07 Maciej Cencorar300: fixup vertex attributes ordering
2009-06-07 Maciej Cencorar300: always pass 4 color components to RS unit
2009-06-06 Ben Skeggsnv50: fix multi-texturing
2009-06-06 Ben Skeggsnv50: support non-normalized texture coords
2009-06-05 Brian Paulmesa: bump version to 7.5-rc3
2009-06-05 Corbin Simpsonr300-gallium: Use VAP_CLIP_CNTL.
2009-06-05 Corbin Simpsonr300-gallium: Emit UCP.
2009-06-05 Corbin Simpsonr300-gallium: Improve vs emit.
2009-06-05 Michal Krolmesa: Fix wglext.h prototypes.
2009-06-05 Ben Skeggsnv50: use larger tile sizes
2009-06-05 Ben Skeggsnv50: use nouveau_bo for query buffers
2009-06-05 Ben Skeggsnv50: create textures with nouveau_bo, for flexibility...
2009-06-05 Michal Krolutil: Fix winsock include.
2009-06-05 Corbin Simpsonr300-gallium: Mute some debug info.
2009-06-05 Corbin Simpsonr300-gallium: vs: Fix negation calculation.
2009-06-05 Corbin Simpsonr300-gallium: Fix pasta.
2009-06-05 Corbin Simpsonr300-gallium: Improve vs debug more.
2009-06-05 Corbin Simpsonr300-gallium: vs: Add negation, SUB.
2009-06-05 Corbin Simpsonr300: Moar vs debug.
2009-06-05 Ben Skeggsnouveau: plug in our map_buffer_range and friends
2009-06-05 Ben Skeggsnouveau: fix build with libdrm_nouveau 0.6
2009-06-05 Ben Skeggsnouveau: remove unneeded code from ws, use pipe_buffer_...
2009-06-05 Ben Skeggsnouveau: move channel creation into pipe drivers
2009-06-05 Ben Skeggsnouveau: call notifier/grobj etc funcs directly
2009-06-05 Ben Skeggsnv04: remove u_simple_screen usage
2009-06-05 Ben Skeggsnv10: remove u_simple_screen usage
2009-06-05 Ben Skeggsnv20: remove u_simple_screen usage
2009-06-05 Ben Skeggsnv30: remove u_simple_screen usage
2009-06-05 Ben Skeggsnv40: remove u_simple_screen usage
2009-06-05 Ben Skeggsnouveau: add pipe_buffer/fence code to pipe drivers...
2009-06-05 Ben Skeggsnouveau: pass nouveau_bo instead of pipe_buffer to...
2009-06-05 Ben Skeggsnouveau: call nouveau_pushbuf directly rather than...
2009-06-05 Dan Nicholsonosmesa: Link with -ldl for dlopen code
2009-06-05 Dan Nicholsonosmesa: Allow building standalone in all three channel...
2009-06-05 Dan Nicholsonosmesa: Link with -ldl for dlopen code
2009-06-05 Dan Nicholsonosmesa: Allow building standalone in all three channel...
2009-06-05 Jakob Bornecrantztrace/rbug: Use condvar on system that has it for blocking
2009-06-05 Jakob Bornecrantzgallium: Make pipe thread say if it has condvars or not
2009-06-04 Jakob Bornecrantztrace/rbug: Add new contexts functions to trace rbug
2009-06-04 Jakob Bornecrantzrbug: Update rbug protocol with new context calls
2009-06-04 Brian Paulmesa: call _mesa_ funcs, not gl funcs for debugging
2009-06-04 Brian PaulMerge branch 'mesa_7_5_branch'
2009-06-04 Brian Paulsoftpipe: separate case for PIPE_PRIM_POLYGON in sp_vbu...
2009-06-04 Brian Paulsoftpipe: fix incorrect tri vertex order for PIPE_PRIM_...
2009-06-04 Brian Paulst/mesa: increase ST_MAX_SHADER_TOKENS to 8k
2009-06-04 Brian Paultgsi: increase MAX_LABELS to 4096
2009-06-04 Brian Paulmesa: update wglext.h to latest version
2009-06-04 Brian Paulmesa: remove PFNGL typedefs that are in glext.h
2009-06-04 Brian Paulmesa: upgrade glext.h to version 52
2009-06-04 Eric Anholtintel: Add support for tiled textures.
2009-06-04 Eric Anholti915: Don't rely on fence regs when we don't have to.
2009-06-04 Eric Anholti915: Remove some long-dead i830 code.
2009-06-04 Brian Paulsoftpipe: separate case for PIPE_PRIM_POLYGON in sp_vbu...
2009-06-04 Brian Paulsoftpipe: fix incorrect tri vertex order for PIPE_PRIM_...
2009-06-03 Brian Paulswrast: always do span clipping in _swrast_write_rgba_s...
2009-06-03 Brian Paulvbo: minor reformatting
2009-06-03 Brian Paulvbo: move/refactor debug code
2009-06-03 Brian Paulvbo: added debug code to check array data validity...
2009-06-03 Brian Paulvbo: new debug/dump code (disabled)
2009-06-03 Brian Paulmesa: added NaN checking code (disabled)
2009-06-03 Brian Paulmesa: check/prevent NaN for EX2/LG2
next