summaryrefslogtreecommitdiff
path: root/src/mesa/pipe
AgeCommit message (Expand)Author
2007-11-06define CLIP_TILE as in sp_surface.cBrian
2007-11-06remove debug abort() callBrian
2007-11-06Call xmesa_init_driver_functions() to install xmesa_viewport() function.Brian
2007-11-06Fix build error: dereferencing pointer to incomplete typeMichel Dänzer
2007-11-06Remove pipe->max_texture_size(), use get_param() instead.Brian
2007-11-06check for __i386__ or __386__ instead of USE_X86_ASMBrian
2007-11-06Allow custom pipe driver buffer usage flags.José Fonseca
2007-11-06Supply buffer usage hints to winsys.José Fonseca
2007-11-06Convert format bitfields to shifts and masks.Michel Dänzer
2007-11-06Fix non-x86 build.Michel Dänzer
2007-11-05Determine GL extensions/limits by making pipe queries.Brian
2007-11-05Remove some temporary state tracker context/framebuffer_create functions.Brian
2007-11-05Update xlib driver to use newer state tracker context/framebuffer functions.Brian
2007-11-03Allow batch buffer debugging without calling i915_winsys->batch_start so often.José Fonseca
2007-11-03Do something sensible when failed to reserve space in the batch buffer.José Fonseca
2007-11-03Detail i915 winsys interface comments.José Fonseca
2007-11-03Render primitives using indirect vertices in a vertex buffer.José Fonseca
2007-11-02Cleanups.Zack Rusin
2007-11-02Implement sin opcode.Zack Rusin
2007-11-02Implement scs opcodeZack Rusin
2007-11-02Implement COS and CMP opcode.Zack Rusin
2007-11-02Add debugging ifdefs to make it less verboseZack Rusin
2007-11-02Get fragment shaders working on top of LLVM.Zack Rusin
2007-11-02Change the fragment shader signature to better match actualZack Rusin
2007-11-02Add basic entry points for fragment shaders.Zack Rusin
2007-11-02Renaming llvmtgsi to gallivm. Taking first steps on the way to supportingZack Rusin
2007-11-01Start re-working SwapBuffers.Brian
2007-11-01don't call _mesa_init_driver_functions()Brian
2007-11-01remove old comment about tnl/vfBrian
2007-11-01Reserve the right number of dwords for hardware state, and handle the case wh...José Fonseca
2007-11-01Obsolete fileBrian
2007-11-01remove xmesa_set_renderbuffer_funcs()Brian
2007-11-01disable/omit renderbuffer span codeBrian
2007-11-01remove unused funcs, macrosBrian
2007-11-01xget_image() wrapper to catch BadMatch errorsBrian
2007-11-01move dither kernels to xm_surface.cBrian
2007-11-01fix some tile clipping bugsBrian
2007-11-01move CLIP_TILE, add commentsBrian
2007-11-01rewrite xmesa_get_tile_rgba() to not use span funcsBrian
2007-11-01reimplement xmesa_put_tile_rgba() w/out span funcsBrian
2007-11-01implement get/put_tile() for xlib driverBrian
2007-11-01Implement surface clearing w/out dependency on XMesa/Mesa stuff.Brian
2007-10-31make winsys objects singletons, commentsBrian
2007-10-31Clean up xmesa winsys stuffBrian
2007-10-31update comments for pipe_contextBrian
2007-10-31remove some extension #definesBrian
2007-10-31ObsoleteBrian
2007-10-31move few remaining bits of xm_dd.c into xm_api.cBrian
2007-10-31move dither kernels/tables to xm_span.cBrian
2007-10-31Remove xmesa_update_state(), which was called by ctx->Driver.UpdateState()Brian