mesa.git
2009-08-26 Zack Rusinst/xorg: create basic vertex shader
2009-08-26 Zack Rusinst/xorg: create basic fragment shader
2009-08-26 Alex Deucherr600: make reloc_chunk size dynamic
2009-08-26 Alex Deucherr600: fix memory leak
2009-08-26 Alex Deucherr300: r4xx and rs4xx also have lte discard regs
2009-08-26 Jakob Bornecrantzst/dri: Add some debug code
2009-08-26 Jakob Bornecrantzst/xorg: Temporary fix for none stencil visuals
2009-08-26 Jakob Bornecrantzst/xorg: Find out correct type for depth stencil buffers
2009-08-26 Jakob Bornecrantzst/dri: Redo config generation
2009-08-26 Michel Dänzerst/xorg: Add support for dirty framebuffer region repor...
2009-08-26 Cooper Yuanr600: Update vertex fetch shader if necessary
2009-08-26 Ben Skeggsst/dri: make the GL_ARB_map_buffer_range entrypoints...
2009-08-26 Dave Airlieradeon/r100/r200: actually init the OQ support properly
2009-08-26 Dave Airlieradeon/r200: OQ support for r200 in theory.
2009-08-26 Dave Airlieradeon: add r100 OQ support with kms.
2009-08-25 Brian Paulprogs/glsl: call ValidateShaderProgram()
2009-08-25 Brian Paulmesa: validate shader before drawing (for debugging...
2009-08-25 Brian Paulglsl: update a texture/sampler comment
2009-08-25 Brian Paulglsl: implement shader sampler validation
2009-08-25 Brian Paulmesa: use gl_texture_index type for gl_program::Sampler...
2009-08-25 Brian Paulprogs/util: added ValidateShaderProgram() to shaderutil.c
2009-08-25 Brian Pauli965: add some texture unit/target assertions
2009-08-25 Brian Paulmesa: print some program fields in binary too
2009-08-25 Pauli Nieminenr200: Add scissor to state atom list.
2009-08-25 Pauli Nieminenradeon/r600: Fix remaining warnings when building 64...
2009-08-25 Pauli Nieminenr200: Addd missing parameter to debug output.
2009-08-25 Pauli Nieminenr200: Fix commit size prediction.
2009-08-25 Zack Rusinxorg: insert shaders into the cache
2009-08-25 Zack Rusinexa: add basic code to cache vertex and fragment shaders
2009-08-25 Zack Rusinexa: check whether the op is accelerated
2009-08-25 Pauli Nieminenradeon: Fix all compiler warnings.
2009-08-25 Brian Paulmesa: remove -I$(TOP)/src/gallium/drivers from sources.mak
2009-08-25 Brian PaulRevert "glapi: Fix a possible race in getting current...
2009-08-25 Zack Rusinxorg: revert bad merge
2009-08-25 Michel DänzerAdd support for building the Xorg state tracker with...
2009-08-25 Pauli NieminenRevert "glx: Make drawables persistent untill they...
2009-08-24 Pauli NieminenMerge branch 'master' of ssh://git.freedesktop.org...
2009-08-24 Maciej Cencorar300: fix condition logic
2009-08-24 Maciej Cencorar300: set proper CS section size
2009-08-24 Pauli Nieminenradeon/r200/r300/r600: Warn if we emit more than predic...
2009-08-24 Zack Rusinxorg: fix compilation
2009-08-24 Zack Rusinxorg: start on code accelerating render
2009-08-24 Alex Deucherr300: add support for getting Z pipe info from drm
2009-08-24 Alex Deucherr600: code cleanup
2009-08-24 Dave Airlieradeon: fix fbo size calculation to after pitch
2009-08-24 Zack RusinMerge branch 'master' of ssh://zack@git.freedesktop...
2009-08-24 Zack Rusinopenvg: fix vgTransformPath with relative coords
2009-08-24 Ian RomanickARB prog: Set error instead of falling through with...
2009-08-24 Brian Paulmesa: add new program parser sources to tarball
2009-08-24 Brian Pauldocs: recent 7.5.1 bug fixes
2009-08-24 Brian Paulxlib: fix single buffer window resize bug
2009-08-24 Brian Paulvbo: fix divide by zero exception
2009-08-24 Vinson Leeglsl: Silence gcc uninitialized variable warning.
2009-08-24 Brian Paulst/mesa: flush bitmap cache if Z value changes
2009-08-24 Ian RomanickARB prog parser: Regenerate parser from previous commit
2009-08-24 Brian PaulARB prog parser: use correct context limits
2009-08-24 Alex Deucherr600: fix state emit sizes
2009-08-24 Chia-I Wuegl_xdri: Revive the driver.
2009-08-24 Chia-I Wuglapi: Fix a possible race in getting current context...
2009-08-24 Chia-I Wuglapi: Static mutex does not work on WIN32_THREADS.
2009-08-24 Chia-I Wuglapi: Fix a race in accessing context/dispatch TSD.
2009-08-24 Chia-I Wuglapi: Protect _glapi_check_multithread by a mutex.
2009-08-24 Brian Paulmesa: _mesa_layout_parameters() returns a boolean value
2009-08-24 Pauli Nieminenradeon: Add debug output to radeonCountStateEmitSize.
2009-08-24 Pauli Nieminenr600: Fix indetion and add useful debug output.
2009-08-24 Pauli NieminenMerge branch 'master' of ssh://git.freedesktop.org...
2009-08-24 Maciej Cencorar300: add support for EXT_framebuffer_blit
2009-08-24 Cooper Yuantgsi: Fix build error due to commit acc7da90
2009-08-24 José Fonsecatgsi: Only free temp uregs.
2009-08-24 José Fonsecatgsi: Pass pipe_context as a parameter to ureg_create_s...
2009-08-24 Keith Whitwelltgsi: add generic instruction builder
2009-08-24 Cooper Yuanr300g: Set the vector address in the input memory for...
2009-08-24 Dave Airlier600: scissor updates for dri2
2009-08-24 Dave Airlier600: switch to common cs functions
2009-08-24 Alex Deucherr600: map 16 VS outputs
2009-08-24 Alex Deucherr600: fix logic copy paste error
2009-08-23 Pauli Nieminenr600: Improve emit prediction.
2009-08-23 Pauli Nieminenr600: Predict emit size for next rendering.
2009-08-23 Pauli Nieminenradeon: Fix dri1 ctx emit size.
2009-08-23 Pauli NieminenMerge branch 'master' of ssh://git.freedesktop.org...
2009-08-23 Alex Deucherradeon: add radeon_cs_write_table to the legacy path
2009-08-23 Alex Deucherr600: bump reloc_chunk size
2009-08-23 Alex Deucherr600: fix count for CB/DB target state
2009-08-23 Maciej Cencorar300: fix a typo
2009-08-23 Maciej Cencoraradeon: use proper macro
2009-08-23 Maciej Cencoraradeon: use bo_is_idle interface for checking if OQ...
2009-08-23 Maciej Cencorar300: minor optimization
2009-08-23 Ian RomanickARB prog lexer: Fix lexer to eat both DOS and Unix...
2009-08-23 Alex Deucherr600: use persistent bos for shaders
2009-08-23 Alex Deucherr600: always emit CB base
2009-08-23 Pauli Nieminenradeon: Fix compilation with legacy memory manager.
2009-08-23 Pauli Nieminenradeon: Check from kernel if dma buffer is idle.
2009-08-22 Alex Deucherr600: make state emit more fine grained
2009-08-22 Renato Caldasshader: fix compilation warnings
2009-08-22 Luo JinghuaARB prog parser: include imports.h to kill some compile...
2009-08-22 Alex Deucherr600: move full state to radeon state atoms
2009-08-22 Alex Deucherr600: add support for RS880
2009-08-22 Ian Romanicki965: Implement frag prog DPH like DP4
2009-08-22 Pauli Nieminenr300: Fix debug output.
2009-08-22 Jakob Bornecrantzst/dri: Remove some debug prints
next