summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r300/r300_state.c
AgeCommit message (Expand)Author
2009-07-27r300: Detangle fragment program compiler from driver-specific structureNicolai Hähnle
2009-07-14radeon: Invert front face winding when rendering to FBO.Michel Dänzer
2009-07-13r300: removed unnecessary paramsMaciej Cencora
2009-07-13r300: rewrite FOGC and HPOS attribs handlingMaciej Cencora
2009-07-13r300: bind vertex program to fragment programMaciej Cencora
2009-07-13r300: move fragment program selection before vertex program selectionMaciej Cencora
2009-07-13r300: implement proper IsProgramNative check for vertex programsMaciej Cencora
2009-07-13r300: cache translated fragment programsMaciej Cencora
2009-07-13r300: update state parameters only once per rendering operationMaciej Cencora
2009-06-11r300: send only RS_IP_* regs that we are going to useMaciej Cencora
2009-06-11r300: fix RS setup when no colors and textures are sent to FPMaciej Cencora
2009-06-11r300: fix a GPU lock upMaciej Cencora
2009-06-07r300: remove unused codeMaciej Cencora
2009-06-07r300: prepare for different vertex data type supportMaciej Cencora
2009-06-07r300: always pass 4 color components to RS unitMaciej Cencora
2009-05-24radeon: Remove drawable & readable from radeon_dri_mirrorNicolai Hähnle
2009-05-18radeon: fix DRI1 cmd streamJerome Glisse
2009-05-16r300: cleanup vertex program related functionsMaciej Cencora
2009-05-16r300: minor code movementMaciej Cencora
2009-05-16r300: more cleanupMaciej Cencora
2009-05-16r300: move some code to common pathMaciej Cencora
2009-05-16r300: rename functionsMaciej Cencora
2009-05-16r300: software fallbacking handling rewriteMaciej Cencora
2009-05-16r300: remove unnecessary switch casesMaciej Cencora
2009-05-16r300: further cleanupMaciej Cencora
2009-05-14r300: don't send now forbidden register to kernel when with memory managerJerome Glisse
2009-05-13Remove subpixel offset from viewportOwen W. Taylor
2009-05-12radeon: glReadBuffer set _NEW_BUFFERS, not _NEW_PIXELJerome Glisse
2009-05-10Merge commit 'origin/master' into radeon-rewriteJerome Glisse
2009-05-07r300: moar cleanupMaciej Cencora
2009-05-01mesa: in glReadBufer() set _NEW_BUFFERS, not _NEW_PIXELBrian Paul
2009-05-01Merge branch 'const-buffer-changes'Brian Paul
2009-04-30r300: Increase reference count of texture objects referenced by current state.Michel Dänzer
2009-04-27r300: fix point size clamping when point is not attenuatedMaciej Cencora
2009-04-27r300: always route 4 texcoord components to RSMaciej Cencora
2009-04-27r300: remove unnecessary function callsMaciej Cencora
2009-04-27r300: rename stateMaciej Cencora
2009-04-27r300: remove unnecessary function callsMaciej Cencora
2009-04-27r300: always emit output insts after all KIL instsMaciej Cencora
2009-04-22r200/r300/r500: add _NEW_PROGRAM_CONSTANTS flagBrian Paul
2009-04-19r300: move common fp functions to seperate fileMaciej Cencora
2009-04-19r300: more prepare for mergeMaciej Cencora
2009-04-19r300: further r300/r500 merge preparationMaciej Cencora
2009-04-19r300: merge r300/r500 fragment program compiler structureMaciej Cencora
2009-04-19r300: merge r300/r500 fragment program structuresMaciej Cencora
2009-04-19r300: r300/r500 fp shader merge WIPMaciej Cencora
2009-04-19r300: general cleanupMaciej Cencora
2009-04-19r300: remove unnecessary forward function declarationMaciej Cencora
2009-04-17r300: cleanup frag prog setup a littleMaciej Cencora
2009-04-17r300: update r500 path for reordered WPOS and FOG fp attributesMaciej Cencora