aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers
Commit message (Expand)AuthorAgeFilesLines
* r300: move some code for easier debuggingMaciej Cencora2009-06-111-17/+37
* r300: print vertex program when debugging is enabledMaciej Cencora2009-06-111-3/+14
* r300: fix output register allocation for vertex shadersMaciej Cencora2009-06-111-9/+19
* r300: hw doesn't support saturation for tex instructionsMaciej Cencora2009-06-111-0/+3
* r300: fix indexed primitive rendering when using memory managerJerome Glisse2009-06-111-2/+2
* r300: make sure indexed rendering doesn't try to use more than the num of ver...Jerome Glisse2009-06-101-0/+7
* radeon: fix mipmap_limits crasher.Dave Airlie2009-06-091-1/+1
* r300: fix regression caused by 056bc77547c304021a0faf204897ed238a5cf424Maciej Cencora2009-06-081-0/+1
* Merge remote branch 'origin/master' into radeon-rewriteDave Airlie2009-06-0736-221/+389
|\
| * osmesa: Allow building standalone in all three channel widthsDan Nicholson2009-06-041-27/+9
| * intel: Add support for tiled textures.Eric Anholt2009-06-0413-44/+120
| * i915: Don't rely on fence regs when we don't have to.Eric Anholt2009-06-048-62/+55
| * i915: Remove some long-dead i830 code.Eric Anholt2009-06-041-20/+0
| * mesa: plug in new _mesa_CopyBufferSubData() functionsBrian Paul2009-06-021-0/+3
| * glapi: regenerated files for GL_ARB_copy_bufferBrian Paul2009-06-021-8/+22
| * intel: Clip to window after calling Driver.TexImage2DIan Romanick2009-06-021-9/+8
| * i915: Don't put VBOs in graphics memory unless required for an operation.Eric Anholt2009-06-022-1/+40
| * i965: Support OPCODE_TRUNC in the brw_wm_fp.c code.Eric Anholt2009-06-023-1/+18
| * Use separate $(MINSTALL) for installing librariesDan Nicholson2009-06-011-1/+1
| * i915: Fall back on NPOT textured metaops on 830-class.Eric Anholt2009-05-263-0/+30
| * i915: Restore the Viewport and DepthRange functions on 8xx.Eric Anholt2009-05-261-0/+21
| * intel: Override MaxRenderbufferSize with hardware constraintsChris Wilson2009-05-261-0/+7
| * i965: fix whitespace in brw_tex_layout.cEric Anholt2009-05-211-32/+31
| * i956: Make state dependency of SF on drawbuffer bounds match Mesa's.Eric Anholt2009-05-211-2/+5
| * intel: Fall back on any rendering to texture with no miptree.Eric Anholt2009-05-211-4/+4
| * intel: Mark the FBO as incomplete if there's no intel_renderbuffer for it.Eric Anholt2009-05-211-0/+5
| * intel: Don't segfault on glGenerateMipmaps of a cube map with one face defined.Eric Anholt2009-05-211-2/+2
| * intel: Use _mesa_CheckFramebufferStatusEXT insteaad of glCheck...Eric Anholt2009-05-211-1/+1
| * i965: rename var: s/tmp/vs_inputs/Brian Paul2009-05-211-8/+8
* | r300: Endianness fixes for recent vertex path changes.Michel Dänzer2009-06-072-9/+37
* | r300: vertex array stride = 0 means that data are tightly packed in the arrayMaciej Cencora2009-06-071-5/+8
* | r300: GL_(U)SHORT and GL_(U)BYTE with < 4 components can also be HW acceleratedMaciej Cencora2009-06-071-20/+29
* | r300: remove unused codeMaciej Cencora2009-06-074-55/+1
* | r300: rewrite vertex setup for software T&L path using functions from softwar...Maciej Cencora2009-06-074-209/+54
* | r300: prepare for some code duplication removalMaciej Cencora2009-06-072-5/+15
* | r300: enable EXT_vertex_array_bgra extensionsMaciej Cencora2009-06-071-0/+1
* | r300: add hw accelerated support for different vertex data formatsMaciej Cencora2009-06-077-57/+485
* | r300: prepare for different vertex data type supportMaciej Cencora2009-06-076-120/+116
* | r300: fixup vertex attributes orderingMaciej Cencora2009-06-071-17/+10
* | r300: always pass 4 color components to RS unitMaciej Cencora2009-06-071-42/+6
* | radeon: Provide a more detailled GL_RENDERER string.Nicolai Hähnle2009-06-013-5/+47
* | r300: when using cs path emit scissor in the cmdbufferJerome Glisse2009-05-284-0/+43
* | r300: rework texture offset emission.Jerome Glisse2009-05-281-7/+13
* | radeon: emit scissor before emiting verticesJerome Glisse2009-05-271-3/+1
* | radeon: emit scissor when using cs submission style.Jerome Glisse2009-05-271-0/+28
* | radeon: on update drawable don't firevertices as it might be call from GetLockJerome Glisse2009-05-251-3/+1
* | r200: emit scissor when dri2 is enabledJerome Glisse2009-05-251-0/+31
* | r200: fix multitexturing in dri2 pathJerome Glisse2009-05-251-1/+1
* | r200: emit cliprect with indexed primitiveJerome Glisse2009-05-251-1/+1
* | radeon: realloc dma if needed after revalidateJerome Glisse2009-05-241-0/+6