summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2009-07-07r6xx/r7xx: add sw blit for tex uploadAlex Deucher
2009-07-07tex wipAlex Deucher
2009-07-06R6xx/r7xx: first pass at texture supportAlex Deucher
2009-07-06R6xx/r7xx: DEPTH_CONTROL will be reset by this functionCooper Yuan
2009-07-02r6xx/r7xx: Better fix for fragment tempsRichard Li
2009-07-02R6xx/r7xx: Fix line width issue, ROUND_MODE and QUANT_MODE aren't bits of LIN...Cooper Yuan
2009-07-02R6xx/r7xx: Correct the indeices of DRAW_INDEX_IMMDCooper Yuan
2009-07-01r6xx/r7xx: rework aos setupAlex Deucher
2009-07-01R6xx/R7xx: Fix number of temps used in fragment programAlex Deucher
2009-06-30R6xx/r7xx: fix locking for clearAlex Deucher
2009-06-26Fix viewport issueCooper Yuan
2009-06-25Fix color data can't be fetched issueCooper Yuan
2009-06-23correct scissor and cliprect settingCooper Yuan
2009-06-22functions declaration with 'extern'Cooper Yuan
2009-06-22Pass viewport id to r700SendViewportState function, otherwise the radom value...Cooper Yuan
2009-06-22add LINK_STATES for SPI_PS and SEMANTICCooper Yuan
2009-06-12Merge master and fix conflictsAlex Deucher
2009-06-12Merge branch 'mesa_7_5_branch'Jakob Bornecrantz
2009-06-12mesa: Enable uploads of only depth to z24s8 texturesJakob Bornecrantz
2009-06-12Disable SGI_swap_control extension for DRI2Owen W. Taylor
2009-06-12radeon: fix size of mipmap texture arrayDave Airlie
2009-06-12radeon/r200/r300: fix max texture levels assertDave Airlie
2009-06-12Merge remote branch 'main/radeon-rewrite'Dave Airlie
2009-06-11Add RV740 supportAlex Deucher
2009-06-11r300: fix VAP setupMaciej Cencora
2009-06-11r300: fix for SW TCL pathMaciej Cencora
2009-06-11r300: don't send unused attributes for SW TCL pathMaciej 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: r500 fragment program fixesMaciej Cencora
2009-06-11radeon: increase max bo countMaciej Cencora
2009-06-11r300: fix a GPU lock upMaciej Cencora
2009-06-11r300: fix vertex program bugMaciej Cencora
2009-06-11r300: move some code for easier debuggingMaciej Cencora
2009-06-11r300: print vertex program when debugging is enabledMaciej Cencora
2009-06-11r300: fix output register allocation for vertex shadersMaciej Cencora
2009-06-11r300: hw doesn't support saturation for tex instructionsMaciej Cencora
2009-06-11mesa: rework vertex shader output / fragment shader input attribute matchingBrian Paul
2009-06-11mesa: add default function for ctx->Driver.CheckQuery() hookBrian Paul
2009-06-11python/retrace: Show the contents of the depth/stencil and surfaces before/af...José Fonseca
2009-06-11python/retrace: Interpret is_texture_referenced/is_buffer_referenced.José Fonseca
2009-06-11wgl: Fix prototype.José Fonseca
2009-06-11Merge branch 'mesa_7_5_branch'José Fonseca
2009-06-11mesa: Use new pf_is_depth_and_stencil inline.José Fonseca
2009-06-11gallium: New pf_is_depth_and_stencil / pf_is_depth_or_stencil inlines.José Fonseca
2009-06-11mesa: Use PIPE_TEXTURE_USAGE_DEPTH_STENCIL for any depth or stencil format.José Fonseca
2009-06-11mesa: Remove dead code.José Fonseca
2009-06-11st/mesa: fix typo s/BFC0/BFC1/Brian Paul
2009-06-11vbo: fix assertion, #define IMM_BUFFER_NAMEBrian Paul
2009-06-11Merge branch 'mesa_7_5_branch'José Fonseca