summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2005-01-05Reduce the amount of debug output, while still printing important messages.blended_fountainVladimir Dergachev2-22/+52
2005-01-05Play a little bit with texture formats.Vladimir Dergachev4-18/+41
2005-01-04Sync with master copy.Vladimir Dergachev1-0/+5
2005-01-04Port code from r200 that implements color blending. Seems to work.Vladimir Dergachev3-3/+288
2005-01-04Unify rendering of textured and non-textured primitives.Vladimir Dergachev1-165/+51
2005-01-04Major code restructuring:Vladimir Dergachev8-295/+411
2005-01-04use HIDDEN macro to export fewer symbols (bug 2210)Brian Paul18-15/+120
2005-01-04directfb changes (Claudio Ciccani)Brian Paul1-0/+26
2005-01-04Add GL_EXT_fog_coordKeith Whitwell1-0/+1
2005-01-04Add GL_EXT_secondary_colorKeith Whitwell1-0/+1
2005-01-04Turn specular lighting state on/off appropriately.Keith Whitwell1-0/+5
2005-01-04Change to use the t_vertex.c mechanisms for building vertices,Keith Whitwell10-678/+381
2005-01-03Added support for floating point depth buffers on Savage4-basedFelix Kuehling6-40/+221
2005-01-03Added a boolean option for a floating-point depth buffer.Felix Kuehling1-0/+6
2005-01-03The opcode and command length fields of RenderLarge commands wereIan Romanick2-13/+19
2005-01-03Add structs describing vertex and pixel shader state to r300_state.Vladimir Dergachev4-72/+581
2005-01-03DirectFB driver (Claudio Ciccani)Brian Paul2-0/+695
2005-01-03updates from JoukBrian Paul2-3/+6
2005-01-03Turns out I left flat primitives in vertex buffer mode. Switch them back to i...Vladimir Dergachev1-1/+1
2005-01-03Enable code to compute other constants that were used by R200 code.Vladimir Dergachev4-29/+30
2005-01-03Port texture allocation code from R200.red_tinted_cubeVladimir Dergachev11-13/+3393
2005-01-02Add texture units registersVladimir Dergachev3-2/+118
2005-01-02Cleanup !noisy_cubeVladimir Dergachev1-27/+15
2005-01-02I think I fixed the lockups issue.Vladimir Dergachev1-3/+23
2005-01-02Get textures to work with NeHe lesson06.Vladimir Dergachev1-59/+57
2005-01-02linux-dri-x86 build fix from Andreas Stenglein.Adam Jackson4-4/+4
2005-01-02Improved the performance of software fallbacks by not waiting for idleFelix Kuehling2-41/+85
2005-01-01Removed all direct hardware access (MMIO, BCI) from the Savage DRIFelix Kuehling15-874/+842
2005-01-01Use DRM headers from $(DRM_SOURCE_PATH)/shared-core instead of .../shared.Felix Kuehling1-4/+3
2005-01-01Add a convenience function to issue CP delays.Vladimir Dergachev1-0/+21
2004-12-31Qualify the magic 20B0 register as SE_VTE_CNTL similar to R200. Looks like di...rotating_gearsVladimir Dergachev4-22/+22
2004-12-31Sync with master copy.Vladimir Dergachev1-0/+13
2004-12-31Add texture drawing code. Note: it is broken at the moment and is disabled in...Vladimir Dergachev1-22/+237
2004-12-30Rework slightly r300_get_primitive_type - make it clearer and more compact..Vladimir Dergachev1-53/+41
2004-12-30Get scissor test working again. Passes glean scissor test.Keith Whitwell4-26/+70
2004-12-30Calculate DEPTH_SCALE correctly for polygon offset.Keith Whitwell3-1/+5
2004-12-30Simplify viaBlit a bit more.Keith Whitwell3-57/+63
2004-12-30Add missing files.shimmering_gearsVladimir Dergachev2-0/+184
2004-12-30Initialize depth pointer correctly.Keith Whitwell1-1/+1
2004-12-30Don't need to adjust for drawXoff in fallback clipping.Keith Whitwell1-4/+4
2004-12-30fix regression with fallbacks from recent commitsKeith Whitwell2-6/+6
2004-12-30Fix MagFilter state for texunit 0Keith Whitwell1-11/+17
2004-12-30Update vertex buffer code (still does not work properly..)Vladimir Dergachev1-6/+11
2004-12-30Update to recent r300_lib.Vladimir Dergachev1-38/+15
2004-12-30Hooked up projection matrix - the gears actually rotate !Vladimir Dergachev1-0/+2
2004-12-30Restructure code.Vladimir Dergachev1-91/+275
2004-12-30Change default RS settings so that glxgears will display something..Vladimir Dergachev3-3/+15
2004-12-30Clarify some of the unkXXXX atoms.Vladimir Dergachev3-15/+43
2004-12-30Port viewport setting code from R200.Vladimir Dergachev3-20/+85
2004-12-29Fix some wrapping bugs in the last commit. Probably there are moreKeith Whitwell8-31/+65