aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r300
Commit message (Expand)AuthorAgeFilesLines
* r300g: fix macro substitution problemDave Airlie2010-07-261-2/+2
* r300g: implement D24X8 texture sampling for r3xx-r4xxMarek Olšák2010-07-255-22/+34
* r300g: make sure a texture is large enough for the CBZB clearMarek Olšák2010-07-251-52/+49
* r300g: do not use TXPITCH_EN if the width is POT and the height is NPOTMarek Olšák2010-07-256-11/+15
* r300g: do not use TXPITCH_EN for power-of-two textures from the DDXMarek Olšák2010-07-251-6/+14
* r300g: cleanup texture creation codeMarek Olšák2010-07-2513-543/+733
* r300g: reject resources from handles which are not large enoughMarek Olšák2010-07-253-7/+25
* r300g: cleanup texture debug loggingMarek Olšák2010-07-253-18/+25
* r300g: do not align texture height to 2^n for 1D and 2D non-mipmapped texturesMarek Olšák2010-07-251-1/+5
* r300g: implement depth clampMarek Olšák2010-07-212-1/+3
* r300g: cleanup clip state emissionMarek Olšák2010-07-211-6/+10
* r300g: fix possible crash in destroy_contextMarek Olšák2010-07-191-2/+2
* r300g: fix typoMarek Olšák2010-07-191-1/+1
* r300g: use memory pools for buffer_create and get_transferMarek Olšák2010-07-195-24/+101
* r300g: u_upload optimisationDave Airlie2010-07-184-7/+15
* r300g: final fix for r3xx constant buffer emissionMarek Olšák2010-07-171-1/+1
* r300g: fix typo in r3xx constant buffer emissionMarek Olšák2010-07-171-1/+1
* r300g: fix constant buffer emission on r3xxMarek Olšák2010-07-171-1/+1
* r300g: Remove unnecessary header.Vinson Lee2010-07-161-1/+0
* r300g: inline winsys_buffer_destroyMarek Olšák2010-07-161-12/+4
* r300g: do not make copies of constant buffers, emit them directlyMarek Olšák2010-07-165-35/+27
* r300g: rebuild winsys and command submission to support multiple contextsMarek Olšák2010-07-1616-299/+389
* r300g: do not advertise half_float_vertex on rv3x0Marek Olšák2010-07-131-2/+2
* r300g: extend and clean up debug loggingMarek Olšák2010-07-135-17/+23
* r300g/swtcl: do not emit texcoords if they are also stuffed in GAMarek Olšák2010-07-131-3/+6
* r300g: rework the draw_rectangle hookMarek Olšák2010-07-131-89/+23
* r300g: Remove unnecessary header.Vinson Lee2010-07-121-1/+0
* r300g: implement fast color clearMarek Olšák2010-07-1210-13/+178
* r300g: clear and copy a resource with a rectangular point spriteMarek Olšák2010-07-122-3/+152
* r300g: do not use immediate mode if there is a VBO in VRAMMarek Olšák2010-07-122-4/+5
* r300g: ugly fix of a hardlock in the cubestorm xscreensaverMarek Olšák2010-07-122-3/+5
* r300g: allow the GTT domain for samplersMarek Olšák2010-07-092-5/+12
* r300g/swtcl: fix out-of-bounds writeMarek Olšák2010-07-091-1/+1
* r300g: fix texturing with negative lod biasMarek Olšák2010-07-091-1/+1
* r300g: store/return the stride for winsys_handle in winsysMarek Olšák2010-07-082-12/+10
* r300g: fix transfering compressed texturesMarek Olšák2010-07-081-1/+1
* r300g: add a function for marking framebuffer atoms as dirtyMarek Olšák2010-07-083-11/+32
* r300g: minor fixupsMarek Olšák2010-07-085-7/+7
* r300/compiler: Implement KILP opcode.Tom Stellard2010-07-061-1/+1
* r300g: fix warningsMarek Olšák2010-07-031-2/+5
* r300/compiler: Use hardware flow control instructions for loops on r500.Tom Stellard2010-07-031-1/+2
* r300g: Fix typo in r300_reg.hTom Stellard2010-07-031-2/+2
* r300g: add workaround for multiple contextsMarek Olšák2010-06-303-1/+9
* r300g: move one flush from winsys to the contextMarek Olšák2010-06-302-19/+33
* mesa: initial support for ARB_geometry_shader4Zack Rusin2010-06-281-0/+2
* util: reference surfaces and sampler views in blitter when saving themMarek Olšák2010-06-292-23/+3
* Merge branch 'gallium-drm-driver-drescriptor'Jakob Bornecrantz2010-06-284-5/+15
|\
| * r300g: Move bootstrap code to targetsJakob Bornecrantz2010-06-063-4/+11
* | r300g: fix a compile error on non-debug buildsMarek Olšák2010-06-271-1/+1
* | r300g: separate the hyperz state and pipelined FB regs out of the FB stateMarek Olšák2010-06-275-11/+76