summaryrefslogtreecommitdiffstats
path: root/src/mesa/pipe
Commit message (Expand)AuthorAgeFilesLines
* more dead code removalBrian2007-11-071-63/+1
* re-enable PIPE_FORMAT_U_Z32 supportBrian2007-11-071-1/+1
* better depth buffer selectionBrian2007-11-071-1/+11
* disable/remove dead codeBrian2007-11-071-8/+3
* Disable the call to driBOReference() in i915_update_texture()Brian2007-11-071-1/+5
* redo xm_surface_release() to match i915Brian2007-11-071-3/+6
* fix bad varnameBrian2007-11-071-1/+1
* Add winsys->surface_release() to complement winsys->surface_alloc().Brian2007-11-078-45/+45
* Check the right ammount of free space in vertex buffer.José Fonseca2007-11-071-7/+9
* Reset temporary vertices ids.José Fonseca2007-11-074-2/+41
* Use a consistent number to identify undefined vertices.José Fonseca2007-11-075-17/+28
* Reuse the vertex buffer until the vertex size changes.José Fonseca2007-11-071-35/+39
* Track hardware vertex buffer state changes.José Fonseca2007-11-074-23/+72
* disable PIPE_FORMAT_U_Z32, doesn't work ATMBrian2007-11-061-1/+1
* Update xmesa_is_format_supported()Brian2007-11-061-0/+7
* rename xmesa_create_softpipe() xmesa_create_context()Brian2007-11-062-2/+2
* rename xmesa_create_softpipe() xmesa_create_context()Brian2007-11-061-1/+1
* disable finish_or_flush() for nowBrian2007-11-061-1/+5
* remove dead code in softpipe_is_format_supported()Brian2007-11-061-26/+2
* document flags param to region_alloc()Brian2007-11-061-0/+3
* need to call pipe->flush() in finish_or_flush()Brian2007-11-061-0/+1
* define CLIP_TILE as in sp_surface.cBrian2007-11-061-0/+4
* remove debug abort() callBrian2007-11-061-1/+0
* Call xmesa_init_driver_functions() to install xmesa_viewport() function.Brian2007-11-061-4/+3
* Fix build error: dereferencing pointer to incomplete typeMichel Dänzer2007-11-061-0/+1
* Remove pipe->max_texture_size(), use get_param() instead.Brian2007-11-065-73/+18
* check for __i386__ or __386__ instead of USE_X86_ASMBrian2007-11-061-2/+2
* Allow custom pipe driver buffer usage flags.José Fonseca2007-11-063-6/+12
* Supply buffer usage hints to winsys.José Fonseca2007-11-064-10/+24
* Convert format bitfields to shifts and masks.Michel Dänzer2007-11-061-36/+27
* Fix non-x86 build.Michel Dänzer2007-11-061-0/+4
* Determine GL extensions/limits by making pipe queries.Brian2007-11-053-0/+57
* Remove some temporary state tracker context/framebuffer_create functions.Brian2007-11-051-3/+3
* Update xlib driver to use newer state tracker context/framebuffer functions.Brian2007-11-053-103/+105
* Allow batch buffer debugging without calling i915_winsys->batch_start so often.José Fonseca2007-11-034-13/+15
* Do something sensible when failed to reserve space in the batch buffer.José Fonseca2007-11-035-18/+17
* Detail i915 winsys interface comments.José Fonseca2007-11-031-18/+40
* Render primitives using indirect vertices in a vertex buffer.José Fonseca2007-11-031-35/+39
* Cleanups.Zack Rusin2007-11-022-5/+8
* Implement sin opcode.Zack Rusin2007-11-025-1/+54
* Implement scs opcodeZack Rusin2007-11-025-1/+59
* Implement COS and CMP opcode.Zack Rusin2007-11-026-68/+379
* Add debugging ifdefs to make it less verboseZack Rusin2007-11-021-1/+11
* Get fragment shaders working on top of LLVM.Zack Rusin2007-11-025-772/+1003
* Change the fragment shader signature to better match actualZack Rusin2007-11-025-362/+819
* Add basic entry points for fragment shaders.Zack Rusin2007-11-026-31/+132
* Renaming llvmtgsi to gallivm. Taking first steps on the way to supportingZack Rusin2007-11-028-5/+105
* Start re-working SwapBuffers.Brian2007-11-012-8/+10
* don't call _mesa_init_driver_functions()Brian2007-11-011-1/+4
* remove old comment about tnl/vfBrian2007-11-011-4/+0