summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r300
AgeCommit message (Expand)Author
2010-08-12Revert "u_blitter: unify clear_depth_stencil and flush_depth_stencil"Marek Olšák
2010-08-12u_blitter: unify clear_depth_stencil and flush_depth_stencilMarek Olšák
2010-08-11r300/compiler: Implement the CONT opcode.Tom Stellard
2010-08-11r300g: initialize VAP_VTX_STATE_CNTLMarek Olšák
2010-08-11r300g: implement gl_FrontFacingMarek Olšák
2010-08-10r300g: Remove unnecessary header.Vinson Lee
2010-08-10r300/compiler: Implement hardware assisted loops for vertex shaders.Tom Stellard
2010-08-09r300g: do not print shader compiler errors by defaultMarek Olšák
2010-08-09r300g: fix hiz/zmask offset emissions.Dave Airlie
2010-08-08r300g: remove a flushMarek Olšák
2010-08-08r300g: flush zmasks of zbuffers we are going to use as samplersMarek Olšák
2010-08-08r300g: do not allocate a zmask block for 3D textures and cubemapsMarek Olšák
2010-08-08r300g: take hiz/zmask offsets into a/c when clearing.Dave Airlie
2010-08-07r300g: fix cbzb clears when hyperz is offMarek Olšák
2010-08-05r300g: Remove unnecessary headers.Vinson Lee
2010-08-06r300g: do not emit GB_Z_PEQ_CONFIG on non-r500 if DRM < 2.6.0Marek Olšák
2010-08-05r300g: fix fb_state atom sizeMarek Olšák
2010-08-05r300g: always emit hyperz state atom.Dave Airlie
2010-08-05r300g: disable hiz on rv530 for now.Dave Airlie
2010-08-05r300g: implement hyper-z support. (v4)Dave Airlie
2010-08-03r300/compiler: r500 hw support for break and continue in loops.Tom Stellard
2010-08-04r300g: disable multisample visuals until the state tracker bits catch up.Dave Airlie
2010-08-03r300g: handle polygon offset correctlyMarek Olšák
2010-08-02r300g: fix hardlock when using more than one stuffed sprite coordsMarek Olšák
2010-08-01r300g: fix microtiling on RS6xxMarek Olšák
2010-07-29r300g/swtcl: fix crash in ETQW and minor fixupsMarek Olšák
2010-07-29r300g/swtcl: fix crash after the draw_vbo mergeMarek Olšák
2010-07-29gallium: Avoid void pointer arithmetic.Chia-I Wu
2010-07-29gallium: Keep only pipe_context::draw_vbo.Chia-I Wu
2010-07-29gallium: Implement draw_vbo and set_index_buffer for all drivers.Chia-I Wu
2010-07-26r300g: fix macro substitution problemDave Airlie
2010-07-25r300g: implement D24X8 texture sampling for r3xx-r4xxMarek Olšák
2010-07-25r300g: make sure a texture is large enough for the CBZB clearMarek Olšák
2010-07-25r300g: do not use TXPITCH_EN if the width is POT and the height is NPOTMarek Olšák
2010-07-25r300g: do not use TXPITCH_EN for power-of-two textures from the DDXMarek Olšák
2010-07-25r300g: cleanup texture creation codeMarek Olšák
2010-07-25r300g: reject resources from handles which are not large enoughMarek Olšák
2010-07-25r300g: cleanup texture debug loggingMarek Olšák
2010-07-25r300g: do not align texture height to 2^n for 1D and 2D non-mipmapped texturesMarek Olšák
2010-07-21r300g: implement depth clampMarek Olšák
2010-07-21r300g: cleanup clip state emissionMarek Olšák
2010-07-19r300g: fix possible crash in destroy_contextMarek Olšák
2010-07-19r300g: fix typoMarek Olšák
2010-07-19r300g: use memory pools for buffer_create and get_transferMarek Olšák
2010-07-18r300g: u_upload optimisationDave Airlie
2010-07-17r300g: final fix for r3xx constant buffer emissionMarek Olšák
2010-07-17r300g: fix typo in r3xx constant buffer emissionMarek Olšák
2010-07-17r300g: fix constant buffer emission on r3xxMarek Olšák
2010-07-16r300g: Remove unnecessary header.Vinson Lee
2010-07-16r300g: inline winsys_buffer_destroyMarek Olšák