summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r300/r300_state.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-28r300c, r600c: Remove these DRI drivers.Eric Anholt1-2416/+0
2011-10-07r300: fix incompatible pointer type warningsBrian Paul1-1/+1
2011-09-19mesa: Replace _mesa_rgba_logicop_enabled(ctx) with ctx->Color.ColorLogicOpEna...Ian Romanick1-3/+3
2011-06-02r300: remove MIN3 macro, already defined in macros.hBrian Paul1-1/+0
2011-04-10mesa: move sampler state into new gl_sampler_object typeBrian Paul1-2/+2
2011-03-11mesa: replace NEED_SECONDARY_COLOR(), RGBA_LOGICOP_ENABLED() with inlinesBrian Paul1-3/+3
2011-01-15mesa: begin implementation of GL_ARB_draw_buffers_blendBrian Paul1-8/+8
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-53/+53
2010-10-12r300: Silence uninitialized variable warning.Vinson Lee1-0/+1
2010-06-10mesa: rename src/mesa/shader/ to src/mesa/program/Brian Paul1-2/+2
2010-04-22Merge branch '7.8'Brian Paul1-7/+8
2010-04-22r300: fix vertex unit setupAlex Deucher1-7/+8
2010-04-10r300: Remove unnecessary header.Vinson Lee1-1/+0
2010-03-24r100/r200/r300/r600: enable accel for Copy/DrawPixels without kmsAlex Deucher1-4/+3
2010-03-12r100/r200/r300/r300: only enable accelerated pixel ops with kmsAlex Deucher1-4/+6
2010-03-10r300: enable depth test only if depth buffer is availableMaciej Cencora1-1/+1
2010-03-09r300: don't crash if there's no colorbufferMaciej Cencora1-1/+6
2010-03-09r300: add support for more rendering formatsMaciej Cencora1-0/+61
2010-03-09r300: enable HW accelerated gl(Read/Copy/Draw)PixelsMaciej Cencora1-2/+7
2010-03-08r300: VAP flush is needed only when vertex program or constants are changedMaciej Cencora1-1/+0
2010-03-08r300: recalculate point size, if point min/max size changesMaciej Cencora1-0/+2
2010-03-08r300: no need to flush on context initMaciej Cencora1-2/+0
2010-03-08r300: remove unnecessary codeMaciej Cencora1-17/+0
2010-03-07r300: VAP flush is needed only when vertex program or constants are changedMaciej Cencora1-1/+0
2010-03-07r300: recalculate point size, if point min/max size changesMaciej Cencora1-0/+2
2010-03-07r300: no need to flush on context initMaciej Cencora1-2/+0
2010-03-07r300: remove unnecessary codeMaciej Cencora1-17/+0
2010-02-19Replace the _mesa_*printf() wrappers with the plain libc versionsKristian Høgsberg1-1/+1
2010-01-25Merge branch 'mesa_7_7_branch'Brian Paul1-3/+0
2010-01-23r300: Remove unnecessary headers.Vinson Lee1-4/+0
2010-01-04Remove leftover __DRI{screen,drawable,context}Private referencesKristian Høgsberg1-3/+3
2009-12-29mesa: implement per-buffer color maskingBrian Paul1-3/+4
2009-12-22mesa: Remove _mesa_exit wrapper for exit().Eric Anholt1-1/+1
2009-12-12r300: use _mesa_meta_Clear for buffer clearsMaciej Cencora1-1/+0
2009-12-02Revert "radeon/r300: no need to flush the cmdbuf when changing scissors state...Dave Airlie1-2/+1
2009-11-14radeon/r300: no need to flush the cmdbuf when changing scissors state in KMM ...Maciej Cencora1-1/+2
2009-10-05drivers: don't include texformat.hBrian Paul1-1/+0
2009-09-10r300: add full support for two sided stencil on r5xx for dri2Alex Deucher1-4/+31
2009-09-04r300: Add support for GL_EXT_provoking_vertexAlex Deucher1-0/+8
2009-08-31r300: Convert to shared debug code.Pauli Nieminen1-5/+5
2009-08-21r300: Clean emit code.Pauli Nieminen1-0/+1
2009-08-18r300: OQ reworkDave Airlie1-1/+1
2009-08-16r300: disable ZTOP only when occlusion queries are usedMaciej Cencora1-1/+3
2009-08-15r300: temporary occlusion query hackMaciej Cencora1-1/+1
2009-08-01r300: Fix corner-case of KIL on R300Nicolai Hähnle1-10/+23
2009-08-01r300: Fix Z buffer re-emit after window resizeNicolai Hähnle1-0/+1
2009-07-30r300/compiler: Remove inst_offset from r500_fragment_program_codeNicolai Hähnle1-3/+3
2009-07-29r300: Cleanup r300_fragment_program_codeNicolai Hähnle1-25/+10
2009-07-27r300/fragprog: Finally get rid of the duplicate program copyNicolai Hähnle1-43/+3
2009-07-27r300/compiler: Refactor local transforms to use rc_programNicolai Hähnle1-21/+46