r300g: pretty up the new drm code a bit
[mesa.git] / src / mesa /
2009-08-28 Pauli Nieminenr100/r200: Bring back old PolygonStripple for DRI1.
2009-08-28 Pauli Nieminenr100/r200: Share PolygonStripple code.
2009-08-28 Pauli Nieminenr200: Fix piglit paths test.
2009-08-28 Dave Airlier600: fix scissor also.
2009-08-28 Dave Airlieradeon: fix scissors harder.
2009-08-28 Eric Anholtintel: Add support for ARB_copy_buffer.
2009-08-27 Pauli Nieminenr300: Fix emit prediction to account scissor emitting...
2009-08-27 Brian PaulMerge branch 'mesa_7_5_branch'
2009-08-27 Brian Paulswrast: fix incorrect tri culling in selection/feedback...
2009-08-27 Eric Anholti915: Fix undefined symbol as of eabe12df44a41e97fb5736...
2009-08-27 Nicolai Hähnler300: Cleanup reported native program limits
2009-08-27 Nicolai Hähnler300: Debug messages are written to stderr, so fflush...
2009-08-27 Pauli Nieminenradeon/r200/r300: Fix swtcl prediction to work after...
2009-08-27 marvin24mesa: direct program debug output to stderr instead...
2009-08-27 Brian PaulMerge branch 'mesa_7_5_branch'
2009-08-27 Vinson Leemesa: move decls before code
2009-08-27 Dave Airlieradeon: fix scissor calcs.
2009-08-27 Ian Romanicki965: Increase assmebly shader program parameter limits
2009-08-27 Ian RomanickARB prog: Change handling of program parameter limits
2009-08-27 Dave Airlieradeon: fix max indx/vertex emission due to state checker
2009-08-26 Nicolai Hähnler300/compiler: Fix vertex program MAD emit
2009-08-26 Nicolai Hähnler300/compiler: Fix bug in rc_find_free_temporary
2009-08-26 Pauli NieminenMerge branch 'fix_r300_swtcl' into push_master
2009-08-26 Pauli Nieminenradeon: Fix loop en condition so debug output doesn...
2009-08-26 Pauli Nieminenradeon: Make RADEON_CMDBUF more fine grained.
2009-08-26 Pauli Nieminenradeon/r200/r300: Fix swtcl flushing not to invalidate...
2009-08-26 Brian PaulMerge branch 'mesa_7_5_branch'
2009-08-26 Brian Pauli965: init the tex_units_used field
2009-08-26 Brian Pauli965: fix incorrect tex unit in emit_tex() and emit_txb()
2009-08-26 Brian Pauli965: clean-up tex target switches
2009-08-26 Brian Paulglsl: asst. clean-ups in set_program_uniform()
2009-08-26 Brian Paulglsl: signal that the program needs to be re-translated...
2009-08-26 Brian Pauli965: added texture unit sanity check
2009-08-26 Brian Pauli965: keep track of which texture units the fragment...
2009-08-26 Brian Pauli965: clean up texture target switches
2009-08-26 Brian Paulmesa: var renaming, new assertion
2009-08-26 Brian Paulmesa: additional instruction field size assertions
2009-08-26 Brian PaulMerge branch 'mesa_7_5_branch'
2009-08-26 Brian Paulglsl: fix bug in sampler array indexing
2009-08-26 Alex Deucherr600: fix two sided stencil
2009-08-26 Alex Deucherr600: add missing radeon_cs_space_set_flush call
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 Cooper Yuanr600: Update vertex fetch shader if necessary
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 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 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 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 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 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 Brian PaulARB prog: Set error instead of falling through with...
2009-08-24 Ian RomanickARB prog: Set error instead of falling through with...
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 Brian Paulvbo: fix divide by zero exception
2009-08-24 Alex Deucherr600: fix state emit sizes
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 Vinson Leeglsl: Silence gcc uninitialized variable warning.
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 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
next