aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r300/r300_state.c
Commit message (Expand)AuthorAgeFilesLines
...
| * | r300: Increase reference count of texture objects referenced by current state.Michel Dänzer2009-04-301-1/+1
| * | r300: always emit output insts after all KIL instsMaciej Cencora2009-04-271-1/+3
| |/
* | r300: moar cleanupMaciej Cencora2009-05-071-18/+1
* | r300: fix point size clamping when point is not attenuatedMaciej Cencora2009-04-271-1/+6
* | r300: always route 4 texcoord components to RSMaciej Cencora2009-04-271-55/+9
* | r300: remove unnecessary function callsMaciej Cencora2009-04-271-1/+0
* | r300: rename stateMaciej Cencora2009-04-271-2/+2
* | r300: remove unnecessary function callsMaciej Cencora2009-04-271-4/+0
* | r300: move common fp functions to seperate fileMaciej Cencora2009-04-191-4/+3
* | r300: more prepare for mergeMaciej Cencora2009-04-191-0/+2
* | r300: further r300/r500 merge preparationMaciej Cencora2009-04-191-0/+2
* | r300: merge r300/r500 fragment program compiler structureMaciej Cencora2009-04-191-0/+1
* | r300: merge r300/r500 fragment program structuresMaciej Cencora2009-04-191-24/+13
* | r300: r300/r500 fp shader merge WIPMaciej Cencora2009-04-191-24/+29
* | r300: general cleanupMaciej Cencora2009-04-191-9/+7
* | r300: remove unnecessary forward function declarationMaciej Cencora2009-04-191-1/+0
* | r300: cleanup frag prog setup a littleMaciej Cencora2009-04-171-26/+26
* | r300: update r500 path for reordered WPOS and FOG fp attributesMaciej Cencora2009-04-171-18/+18
* | r300: reorder fog coordinate and WPOS fp attributesMaciej Cencora2009-04-091-16/+16
* | radeon/r200/r300: fix warningsDave Airlie2009-03-241-5/+1
* | raedon/r200/r300: mega-FBO commits.Dave Airlie2009-03-231-19/+12
* | r300: fix viewport inversion for FBOsDave Airlie2009-03-211-2/+12
* | Merge remote branch 'main/master' into radeon-rewriteDave Airlie2009-03-201-351/+230
|\|
| * r300: fix depth write regression (found by Nicolai Haehnle)Maciej Cencora2009-03-061-3/+10
| * r300: enable EXT_fog_coord extensionMaciej Cencora2009-03-061-159/+18
| * r300: rewrite and hopefully simplify RS setupMaciej Cencora2009-03-061-194/+207
| * mesa: use Stencil._Enabled field instead of Stencil.EnabledBrian Paul2009-03-021-1/+1
| * mesa: use an array for current texture objectsBrian Paul2009-02-211-1/+1
* | r300: move firevertices out into the main place its needed.Dave Airlie2009-03-091-1/+1
* | radeon: refactor framebuffer code like intelDave Airlie2009-03-031-62/+9
* | r300: remove depth offset exits in favour of rrb depth changesDave Airlie2009-02-271-27/+0
* | r300: don't call page flip on DRI2Dave Airlie2009-02-261-1/+2
* | Merge remote branch 'origin/master' into radeon-rewriteDave Airlie2009-02-131-28/+20
|\|
| * r300: Fix EXP2 fogMaciej Cencora2009-02-041-0/+1
| * Track two sets of back-face stencil stateIan Romanick2009-01-231-28/+12
| * r300: work-around FRAG_BIT_FOGC warning/errorBrian Paul2009-01-141-0/+7
* | radeon/r200/r300: make build with out libdrm_radeon installed for nowDave Airlie2009-02-121-1/+0
* | r100/r200: fix front rendering issue.Dave Airlie2009-02-121-3/+0
* | radeon/r200/r300: another big merge upheavel.Dave Airlie2009-02-121-6/+10
* | r300: fix front buffer rendering properly fixes tests in gleanDave Airlie2009-02-111-0/+24
* | r200/r300: add aperture space checksDave Airlie2009-01-311-1/+0
* | r200/r300: port r200 texture handling to common codeDave Airlie2009-01-221-3/+3
* | radeon/r200/r300: start to move to common miptree/texobjDave Airlie2009-01-211-9/+9
* | r200: make tri render on my r200.Dave Airlie2009-01-211-1/+1
* | radeon/r200/r300: attempt to move lock to common codeDave Airlie2009-01-141-8/+8
* | r300: cs + DRI2 supportJerome Glisse2008-11-141-34/+31
* | r300: bo and cs abstraction.Jerome Glisse2008-11-141-53/+13
|/
* mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul2008-09-181-11/+11
* 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