| Commit message (Expand) | Author | Age | Files | Lines |
* | updates to dri drivers for recent stencil changes | Keith Whitwell | 2006-05-08 | 1 | -5/+5 |
* | Make most of the _mesa_noop_*() functions static. | Brian Paul | 2006-04-20 | 1 | -11/+5 |
* | Add .note.GNU-stack section to assembler files to avoid the default behavior | Kristian Høgsberg | 2006-04-17 | 1 | -0/+4 |
* | More GLSL code: | Michal Krol | 2006-04-11 | 2 | -15/+18 |
* | Destroy the GL context after driDestroyTextureHeap, because the driver's | Eric Anholt | 2006-04-09 | 1 | -4/+4 |
* | Set DRIVER_DEFINES instead of DEFINES to fix duplicate flags problem | Brian Paul | 2006-04-06 | 1 | -1/+1 |
* | switch to card_type rather than IsPCI, doesn't change any functionality yet | Dave Airlie | 2006-04-04 | 1 | -1/+1 |
* | Dave Reveman's patch for GLX_MESA_copy_sub_buffer support | Brian Paul | 2006-03-31 | 4 | -17/+70 |
* | fix missing *_STATECHANGE in *UpdateViewportOffset for radeon, r200 and r300 ... | Roland Scheidegger | 2006-03-28 | 3 | -24/+35 |
* | make allow_large_textures 1 by default for radeon and r200, and consequently ... | Roland Scheidegger | 2006-03-27 | 1 | -1/+1 |
* | No need to call *_FIREVERTICES twice. | Aapo Tahkola | 2006-02-28 | 1 | -1/+0 |
* | Reinstate vertex format after a rasterization fallback for both r200 and rade... | Roland Scheidegger | 2006-02-16 | 1 | -0/+3 |
* | replace the texture level hack used in radeon/r200 to allow larger textures w... | Roland Scheidegger | 2006-02-03 | 1 | -10/+7 |
* | cube maps on r100 require newer drm than the same feature on r200 (regression... | Roland Scheidegger | 2006-01-07 | 2 | -2/+2 |
* | update some vars | Brian Paul | 2005-11-19 | 1 | -5/+5 |
* | First step of Radeon DRI unification: | Eric Anholt | 2005-11-02 | 10 | -883/+31 |
* | fix problems found with gcc 2.96 (bug 4934) | Brian Paul | 2005-10-31 | 1 | -2/+4 |
* | Bug #4901: Correct secondary color emission when lighting is turned off, tested | Eric Anholt | 2005-10-29 | 1 | -3/+4 |
* | disable yuv textures (GL_MESA_ycbcr_texture) on rv250 (hw bug, #2078). Change... | Roland Scheidegger | 2005-10-22 | 1 | -48/+55 |
* | s/memcpy/_mesa_memcpy/, s/FREE/_mesa_free/ | Brian Paul | 2005-10-19 | 2 | -5/+5 |
* | Add _mesa_exec_malloc() and _mesa_exec_free() for allocating | Keith Whitwell | 2005-10-18 | 2 | -2/+2 |
* | on r200, don't emit fog coords when fog isn't actually enabled. Fix bug with ... | Roland Scheidegger | 2005-10-18 | 2 | -3/+4 |
* | fix potential bug when emitting elts with lots of components | Roland Scheidegger | 2005-10-13 | 1 | -1/+2 |
* | Minor driver cleanup. Remove unnecessery/unneded radeon/r200AllocDmaRegionVer... | Roland Scheidegger | 2005-10-11 | 2 | -15/+0 |
* | do not set format of the incoming vertices needed for fog_coord in the generi... | Roland Scheidegger | 2005-10-08 | 1 | -6/+1 |
* | fix problems with some texgen modes by putting the chip into LOCAL_VIEWER mod... | Roland Scheidegger | 2005-10-05 | 1 | -7/+21 |
* | reverse accidentally commited part of last commit (makes it compile again...). | Roland Scheidegger | 2005-10-05 | 1 | -0/+1 |
* | enable point sizes larger than 1 (for aliased points only) by using the hw po... | Roland Scheidegger | 2005-10-05 | 9 | -25/+59 |
* | Instead of calling _mesa_ResizeBuffersMESA() in the Viewport function, | Brian Paul | 2005-09-14 | 2 | -3/+1 |
* | Replace ctx->Driver.StencilOp/Func/Mask() functions with | Brian Paul | 2005-09-13 | 1 | -8/+11 |
* | add complete support for ATI_fragment_shader for the r200. Most of the new co... | Roland Scheidegger | 2005-09-12 | 11 | -79/+795 |
* | add the new drm packets needed for ATI_fragment_shader to the sanity code of ... | Roland Scheidegger | 2005-09-10 | 1 | -0/+49 |
* | add reverse-engeneered register bits needed for ATI_fragment_shader (Dave Air... | Roland Scheidegger | 2005-09-10 | 1 | -7/+97 |
* | add _tnl_arb_vertex_program_stage to all drivers which already have _tnl_vert... | Roland Scheidegger | 2005-09-09 | 1 | -0/+1 |
* | add missing fallback string for ARB_vertex_program | Roland Scheidegger | 2005-09-09 | 1 | -1/+2 |
* | Fix wrong fallback bit being set by the tcl fallback caused by ARB_vertex_pro... | Roland Scheidegger | 2005-09-09 | 2 | -2/+2 |
* | Further clean-up and simplification of the span-related functions. | Brian Paul | 2005-09-04 | 1 | -22/+23 |
* | Add new void *addr and __DRIdrawablePrivate parameters to | Brian Paul | 2005-09-04 | 1 | -10/+25 |
* | Fix UpdatePageFlipping() function. Always call driFlipRenderbuffers() | Brian Paul | 2005-09-04 | 1 | -3/+2 |
* | replace GET_SRC_PTR, GET_DST_PTR with GET_PTR | Brian Paul | 2005-09-04 | 1 | -10/+7 |
* | remove dead code | Brian Paul | 2005-09-03 | 2 | -107/+7 |
* | change scratch pointer from _int32_t to u_int32_t to silence warning. Is thi... | Brian Paul | 2005-09-02 | 1 | -1/+1 |
* | remove unneeded assertion in stencil/depth LOCAL_DEPTH_VARS code | Brian Paul | 2005-09-02 | 1 | -3/+1 |
* | set depthHasSurface field for stencil renderbuffer | Brian Paul | 2005-09-02 | 1 | -0/+1 |
* | added an assertion to help debug broken stencil readback | Brian Paul | 2005-09-01 | 1 | -1/+3 |
* | fix page flipping breakage | Brian Paul | 2005-09-01 | 2 | -56/+12 |
* | fix typo | Brian Paul | 2005-09-01 | 1 | -1/+1 |
* | some missing renderbuffer changes (Roland) | Brian Paul | 2005-09-01 | 1 | -10/+8 |
* | Finish up some of the gl_renderbuffer work. | Brian Paul | 2005-09-01 | 9 | -27/+183 |
* | s/__inline/INLINE/ | Brian Paul | 2005-09-01 | 1 | -2/+2 |