summaryrefslogtreecommitdiffstats
path: root/src/mesa/pipe
Commit message (Expand)AuthorAgeFilesLines
...
* check for divide by W flag when translating TGSI_OPCODE_TEX (fixes projected ...Brian2007-11-081-1/+7
* tweak anisotropic filtering codeBrian2007-11-082-1/+4
* enable PIPE_CAP_TEXTURE_SHADOW_MAP (but not quite working yet)Brian2007-11-081-1/+1
* remove translate_compare_func(), use i915_translate_compare_func()Brian2007-11-081-19/+1
* Fix some issues hit when rendering to a depth-only renderbuffer (shadowtex).Brian2007-11-081-7/+48
* remove unneeded #includeBrian2007-11-081-1/+0
* Added pipe->get_paramf() to query float limits.Brian2007-11-085-1/+61
* Rename struct field 'private' to 'priv'.Michel Dänzer2007-11-081-1/+1
* fix warningBrian2007-11-071-1/+2
* update flush/fence comments for i915_flush()Brian2007-11-071-3/+3
* Remove winsys->wait_idle(), subsumed by pipe->flush().Brian2007-11-074-10/+2
* New PIPE_FLUSH_WAIT flag for pipe->flush().Brian2007-11-072-2/+7
* Remove context dependencies in winsys layer.Brian2007-11-073-3/+6
* just reorder a few members of pipe_winsys, update commentsBrian2007-11-071-7/+6
* 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