summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r300/r300_state.c
AgeCommit message (Expand)Author
2011-03-11mesa: replace NEED_SECONDARY_COLOR(), RGBA_LOGICOP_ENABLED() with inlinesBrian Paul
2011-01-15mesa: begin implementation of GL_ARB_draw_buffers_blendBrian Paul
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2010-10-12r300: Silence uninitialized variable warning.Vinson Lee
2010-06-10mesa: rename src/mesa/shader/ to src/mesa/program/Brian Paul
2010-04-22Merge branch '7.8'Brian Paul
2010-04-22r300: fix vertex unit setupAlex Deucher
2010-04-10r300: Remove unnecessary header.Vinson Lee
2010-03-24r100/r200/r300/r600: enable accel for Copy/DrawPixels without kmsAlex Deucher
2010-03-12r100/r200/r300/r300: only enable accelerated pixel ops with kmsAlex Deucher
2010-03-10r300: enable depth test only if depth buffer is availableMaciej Cencora
2010-03-09r300: don't crash if there's no colorbufferMaciej Cencora
2010-03-09r300: add support for more rendering formatsMaciej Cencora
2010-03-09r300: enable HW accelerated gl(Read/Copy/Draw)PixelsMaciej Cencora
2010-03-08r300: VAP flush is needed only when vertex program or constants are changedMaciej Cencora
2010-03-08r300: recalculate point size, if point min/max size changesMaciej Cencora
2010-03-08r300: no need to flush on context initMaciej Cencora
2010-03-08r300: remove unnecessary codeMaciej Cencora
2010-03-07r300: VAP flush is needed only when vertex program or constants are changedMaciej Cencora
2010-03-07r300: recalculate point size, if point min/max size changesMaciej Cencora
2010-03-07r300: no need to flush on context initMaciej Cencora
2010-03-07r300: remove unnecessary codeMaciej Cencora
2010-02-19Replace the _mesa_*printf() wrappers with the plain libc versionsKristian Høgsberg
2010-01-25Merge branch 'mesa_7_7_branch'Brian Paul
2010-01-23r300: Remove unnecessary headers.Vinson Lee
2010-01-04Remove leftover __DRI{screen,drawable,context}Private referencesKristian Høgsberg
2009-12-29mesa: implement per-buffer color maskingBrian Paul
2009-12-22mesa: Remove _mesa_exit wrapper for exit().Eric Anholt
2009-12-12r300: use _mesa_meta_Clear for buffer clearsMaciej Cencora
2009-12-02Revert "radeon/r300: no need to flush the cmdbuf when changing scissors state...Dave Airlie
2009-11-14radeon/r300: no need to flush the cmdbuf when changing scissors state in KMM ...Maciej Cencora
2009-10-05drivers: don't include texformat.hBrian Paul
2009-09-10r300: add full support for two sided stencil on r5xx for dri2Alex Deucher
2009-09-04r300: Add support for GL_EXT_provoking_vertexAlex Deucher
2009-08-31r300: Convert to shared debug code.Pauli Nieminen
2009-08-21r300: Clean emit code.Pauli Nieminen
2009-08-18r300: OQ reworkDave Airlie
2009-08-16r300: disable ZTOP only when occlusion queries are usedMaciej Cencora
2009-08-15r300: temporary occlusion query hackMaciej Cencora
2009-08-01r300: Fix corner-case of KIL on R300Nicolai Hähnle
2009-08-01r300: Fix Z buffer re-emit after window resizeNicolai Hähnle
2009-07-30r300/compiler: Remove inst_offset from r500_fragment_program_codeNicolai Hähnle
2009-07-29r300: Cleanup r300_fragment_program_codeNicolai Hähnle
2009-07-27r300/fragprog: Finally get rid of the duplicate program copyNicolai Hähnle
2009-07-27r300/compiler: Refactor local transforms to use rc_programNicolai Hähnle
2009-07-27r300: Allow compiler to add constants in a cleaner wayNicolai Hähnle
2009-07-27r300: Move vertex program compilation to compilerNicolai Hähnle
2009-07-27r300: Cleanup vertex_program structureNicolai Hähnle
2009-07-27r300: Remove faux lazy translation of vertex programsNicolai Hähnle
2009-07-27r300: Remove some dependencies on additional fragment program copiesNicolai Hähnle