ARB prog: Change handling of program parameter limits
[mesa.git] / src / mesa /
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
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 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-21 Pauli Nieminenr300: Fix dri1 not to emit state that is not supported...
2009-08-21 Pauli Nieminenradeon/r300: Code clean up and logic fix.
2009-08-21 Michel DänzerFix r300 VBO support build on big endian.
next