summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-11-03evergreeng: set hardware pixelcenters according to gl_rasterization_rulesKeith Whitwell2-1/+8
2010-11-03evergreeng: respect linewidth state, use integer widths onlyKeith Whitwell3-2/+8
2010-11-03r600g: don't call debug_get_bool_option for tiling more than onceKeith Whitwell1-1/+7
2010-11-03evergreeng: protect against null constant buffersKeith Whitwell1-0/+7
2010-11-03st/egl: Use native_display_buffer for EGL_MESA_drm_image.Chia-I Wu3-10/+32
2010-11-03st/egl: Add native_display_buffer interface.Chia-I Wu2-0/+61
2010-11-03st/egl: Add extern "C" wrapper to native.h.Chia-I Wu1-0/+8
2010-11-03r600g: set hardware pixel centers according to gl_rasterization_rulesKeith Whitwell4-0/+11
2010-11-03r600g: remove unused flink, domain fields from r600_resourceKeith Whitwell3-33/+0
2010-11-03r600g: use a buffer in GTT as intermediate on texture up and downloadsKeith Whitwell2-23/+64
2010-11-03r600g: propogate resource usage flags to winsys, use to choose bo domainsKeith Whitwell7-13/+39
2010-11-03r600g: propagate usage flags in texture transfersKeith Whitwell1-1/+26
2010-11-03st/egl: Add support for EGL_MATCH_NATIVE_PIXMAP.Chia-I Wu2-1/+67
2010-11-03st/egl: Add support for swap interval and swap behavior.Chia-I Wu2-5/+22
2010-11-03st/egl: Remove flush_frontbuffer and swap_buffers.Chia-I Wu6-23/+0
2010-11-03d3d1x: Use native_surface::present.Chia-I Wu1-10/+4
2010-11-03st/egl: Use native_surface::present callback.Chia-I Wu2-4/+5
2010-11-03st/egl: Add native_surface::present callback.Chia-I Wu7-2/+170
2010-11-03egl: Set up the pthread key even TLS is used.Chia-I Wu1-27/+13
2010-11-02gallivm: bump MAX_CALLBACKS to 32Brian Paul1-1/+1
2010-11-02gallivm: add some informative/disabled codeBrian Paul1-0/+5
2010-11-02llvmpipe: reset setup state when doing garbage collectionBrian Paul1-0/+5
2010-11-02llvmpipe: check for dirty setup state in lp_setup_update_state()Brian Paul1-0/+6
2010-11-02llvmpipe: make lp_setup_reset() non-staticBrian Paul2-1/+4
2010-11-02st/vega: Remove unnecessary headers.Vinson Lee12-23/+0
2010-11-02mesa: silence new warnings in texobj.cBrian Paul1-4/+2
2010-11-02savage: Remove unnecessary header.Vinson Lee1-1/+0
2010-11-02llvmpipe: added assertion in vbuf codeBrian Paul1-0/+2
2010-11-02draw: remove callback in draw_llvm_destroy()Brian Paul1-0/+4
2010-11-02gallivm: add missing function parameterBrian Paul1-1/+1
2010-11-02intel: For batch, use GTT mapping instead of writing to a malloc and copying.Eric Anholt2-13/+9
2010-11-02mesa: Don't compute an unused texture completeness debug string.Eric Anholt1-9/+12
2010-11-02llvmpipe: move builder assignmentBrian Paul1-2/+1
2010-11-02st/mesa: Reset the index buffer before destroying the pipe context.Tilman Sauerbeck1-0/+2
2010-11-02r600g: Destroy the winsys in r600_destroy_screen().Tilman Sauerbeck1-0/+3
2010-11-02r600g: Fixed two memory leaks in winsys.Tilman Sauerbeck1-0/+2
2010-11-02r600g: Delete custom_dsa_flush on shutdown.Tilman Sauerbeck1-0/+2
2010-11-02r600g: We don't support PIPE_CAP_PRIMITIVE_RESTART.Tilman Sauerbeck1-0/+1
2010-11-02r600g: Made radeon_bo::map_count signed.Tilman Sauerbeck1-1/+1
2010-11-02r600g: Fixed unmap condition in radeon_bo_pb_destroy().Tilman Sauerbeck1-4/+6
2010-11-02r600g: Made radeon_bo_pb_map_internal() actually call radeon_bo_map().Tilman Sauerbeck1-13/+7
2010-11-02r600g: Removed unused 'ptr' argument from radeon_bo().Tilman Sauerbeck3-8/+4
2010-11-02llvmpipe: use gallivm->builder in lp_test_conv.cBrian Paul1-1/+0
2010-11-02llvmpipe: remove dead codeBrian Paul2-5/+0
2010-11-02graw: Tidy graw xlib scons file a bitJakob Bornecrantz1-7/+1
2010-11-02llvmpipe: add a castBrian Paul1-1/+1
2010-11-02llvmpipe: assign context's frag shader pointer before using itBrian Paul1-2/+2
2010-11-02mesa: Fix C++ includes in sampler.cppChad Versace1-4/+4
2010-11-02st/mesa: unbind constant buffer when not in useKeith Whitwell3-1/+14
2010-11-02llvmpipe: guard against NULL task->query pointerKeith Whitwell1-2/+5