aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r300
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'mesa_7_5_branch'Brian Paul2009-05-182-8/+21
|\
| * r300: Make sure to drop current hardware state reference to texture objects.Michel Dänzer2009-05-142-8/+21
* | mesa: in glReadBufer() set _NEW_BUFFERS, not _NEW_PIXELBrian Paul2009-05-011-1/+1
* | Merge branch 'const-buffer-changes'Brian Paul2009-05-013-5/+8
|\ \ | |/ |/|
| * r200/r300/r500: add _NEW_PROGRAM_CONSTANTS flagBrian Paul2009-04-223-5/+8
* | r300: Increase reference count of texture objects referenced by current state.Michel Dänzer2009-04-304-9/+11
* | r300: always emit output insts after all KIL instsMaciej Cencora2009-04-272-3/+46
|/
* r300: r300 hw doesn't support any input modifiers in tex instsMaciej Cencora2009-04-211-2/+1
* r300: fix register-negate branch merge regressionMaciej Cencora2009-04-203-39/+12
* mesa: merge the prog_src_register::NegateBase and NegateAbs fieldsBrian Paul2009-04-147-71/+56
* dri: use BorderColor instead of _BorderChanBrian Paul2009-04-011-3/+8
* r300: cleanup swtcl a littleMaciej Cencora2009-03-251-9/+1
* r300_cmdbuf.c: convert cast to a form supported by Sun ccAlan Coopersmith2009-03-251-1/+1
* r300: Texture size limit cleanups.Michel Dänzer2009-03-254-6/+23
* r300: remove assignment to removed StringPos fieldBrian Paul2009-03-071-1/+0
* mesa: gl_register_file enum typedefBrian Paul2009-03-071-2/+2
* r300: shut up valgrindMaciej Cencora2009-03-071-1/+1
* r300: fix depth write regression (found by Nicolai Haehnle)Maciej Cencora2009-03-061-3/+10
* r300: enable EXT_fog_coord extensionMaciej Cencora2009-03-062-161/+20
* r300: route fog coord and W pos correctlyMaciej Cencora2009-03-062-42/+106
* r300: rewrite and hopefully simplify RS setupMaciej Cencora2009-03-063-213/+225
* r300: add few macros for RS setupMaciej Cencora2009-03-061-0/+6
* r300: silence valgrindMaciej Cencora2009-03-061-1/+1
* r300: Print reg address when debugging is enabledMaciej Cencora2009-03-061-4/+14
* r300: don't crash on sw tcl hw if point size vertex attrib is sentMaciej Cencora2009-03-061-2/+2
* mesa: use Stencil._Enabled field instead of Stencil.EnabledBrian Paul2009-03-021-1/+1
* mesa: rename, reorder FRAG_RESULT_x tokensBrian Paul2009-02-284-7/+7
* mesa: use an array for current texture objectsBrian Paul2009-02-211-1/+1
* r300: Redirect constant TEX coordinatesNicolai Haehnle2009-02-142-0/+32
* r300: make the macros safe. add missing parenthesis.Maciej Cencora2009-02-041-42/+42
* r300: Fix EXP2 fogMaciej Cencora2009-02-041-0/+1
* Make GL_ARB_draw_buffers mandatoryIan Romanick2009-01-281-0/+2
* Make GL_{EXT,SUN}_multi_draw_arrays and GL_IBM_multimode_draw_arrays mandatoryIan Romanick2009-01-281-2/+0
* Make GL_ARB_vertex_buffer_object mandatoryIan Romanick2009-01-281-2/+0
* Make GL_ARB_multisample mandatoryIan Romanick2009-01-281-2/+0
* Make GL_ARB_texture_compression mandatoryIan Romanick2009-01-281-2/+0
* r300: Enable GL_ATI_separate_stencil in R300Ian Romanick2009-01-231-4/+17
* Track two sets of back-face stencil stateIan Romanick2009-01-232-34/+22
* r300: work-around FRAG_BIT_FOGC warning/errorBrian Paul2009-01-142-0/+12
* R300: missing semicolonAlex Deucher2008-12-291-1/+1
* r300: remove the unknowns from the indx_buffer codeDave Airlie2008-12-282-5/+6
* Unify ARB_depth_texture and SGIX_depth_textureIan Romanick2008-10-011-1/+0
* r300: Adapt to the removal of _tnl_ProgramCacheInit() and friends.Michel Dänzer2008-09-221-2/+1
* mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul2008-09-1825-120/+122
* r5xx: Final fog option fix.Corbin Simpson2008-08-191-2/+4
* r5xx: Don't squish GL context when using FogOptionCorbin Simpson2008-08-191-5/+3
* r5xx: Enable fog options.Corbin Simpson2008-08-181-0/+8
* r5xx: Add DDX and DDY instructions.Corbin Simpson2008-08-176-4/+59
* r300: Fix 3D texture support.Michel Dänzer2008-08-142-3/+8
* dri: Fix write/read depth buffer issue under 16bpp mode. See bug #16646Xiang, Haihao2008-08-051-0/+4