summaryrefslogtreecommitdiffstats
path: root/src/mesa/pipe
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Reserve the right number of dwords for hardware state, and handle the case wh...José Fonseca2007-11-011-6/+34
* Obsolete fileBrian2007-11-011-4552/+0
* remove xmesa_set_renderbuffer_funcs()Brian2007-11-011-3/+0
* disable/omit renderbuffer span codeBrian2007-11-011-0/+4
* remove unused funcs, macrosBrian2007-11-011-13/+0
* xget_image() wrapper to catch BadMatch errorsBrian2007-11-011-4/+94
* move dither kernels to xm_surface.cBrian2007-11-012-21/+20
* fix some tile clipping bugsBrian2007-11-011-12/+21
* move CLIP_TILE, add commentsBrian2007-11-011-3/+5
* rewrite xmesa_get_tile_rgba() to not use span funcsBrian2007-11-011-24/+73
* reimplement xmesa_put_tile_rgba() w/out span funcsBrian2007-11-011-21/+78
* implement get/put_tile() for xlib driverBrian2007-11-013-6/+132
* Implement surface clearing w/out dependency on XMesa/Mesa stuff.Brian2007-11-015-196/+235