summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-06-27intel(snb): Workaround pipe control write failure to an active bufferfor-ickleChris Wilson1-4/+45
2012-06-26i965: adjust gen6+ timestamp pipe_control writesDaniel Vetter1-4/+28
2012-06-26i965: we want 64bit writes for depth countDaniel Vetter2-4/+7
2012-06-26i965: tackle the occlusion query pipe control messDaniel Vetter1-14/+39
2012-05-13radeonsi: remove slab allocator for pipe_resource (used mainly for user buffers)Marek Olšák3-41/+3
2012-05-13r600g: remove slab allocator for pipe_resource (used mainly for user buffers)Marek Olšák3-41/+4
2012-05-12r600g: handle R16G16B16_FLOAT and R32G32B32_FLOAT in translate_colorswap (EG)Marek Olšák1-0/+2
2012-05-12gallium: remove user_buffer_create from the interfaceMarek Olšák21-233/+1
2012-05-12gallium/graw: stop using user_buffer_createMarek Olšák16-73/+106
2012-05-12gallium/util: remove unused parameter nr_vertex_buffers in util_draw_max_indexMarek Olšák3-3/+0
2012-05-12clover: Fix build on i386.Francisco Jerez1-1/+2
2012-05-12clover: Check the total work-group size provided to clEnqueueNDRangeKernel.Francisco Jerez1-10/+17
2012-05-12clover, gallium: add PIPE_COMPUTE_CAP_MAX_THREADS_PER_BLOCKChristoph Bumiller5-1/+15
2012-05-12r600g: Handle compute caps.Francisco Jerez1-0/+3
2012-05-12r300g: Handle compute caps.Francisco Jerez1-0/+5
2012-05-12auxiliary/util: Ensure pipe_constant_buffer::user_buffer is initialized.José Fonseca1-0/+1
2012-05-12scons: Fix missing gbm symbols in st/egl.José Fonseca1-3/+5
2012-05-12targets/egl-static: Fix some missing symbols.José Fonseca1-0/+2
2012-05-12trace: Fix pipe_context::clear dumping.José Fonseca1-1/+3
2012-05-12trace: Fix pipe_shader_state dumping.José Fonseca1-2/+4
2012-05-12scons: Link r600_drm.so against libdrm-radeonJosé Fonseca1-0/+3
2012-05-12trace: Match NULL context members.José Fonseca1-73/+79
2012-05-12gallium/docs: remove documentation of redefine_user_bufferMarek Olšák1-14/+0
2012-05-12radeonsi: Fixed point vertex formats aren't supported.Michel Dänzer1-4/+5
2012-05-12radeonsi: Fixups for recent build infrastructure changes.Michel Dänzer3-0/+15
2012-05-12r600g: setup COLOR1 for possible dual-src in the framebuffer bindDave Airlie4-15/+12
2012-05-12nv30: Silence pipe_cap warningsRoy Spliet1-0/+4
2012-05-12nv30/shader: SSG, LIT only requires one source registerRoy Spliet2-2/+2
2012-05-12nouveau/vieux: finish != flush, how about we do that..Ben Skeggs3-0/+23
2012-05-12r300g/swtcl: move vertex buffer updates into set_vertex_buffersMarek Olšák2-29/+34
2012-05-12r300g/swtcl: move index buffer updates from swtcl_draw_vbo into set_index_bufferMarek Olšák2-15/+24
2012-05-12r300g/swtcl: malloc vertex and index buffers (don't use radeon DRM to get them)Marek Olšák4-43/+23
2012-05-12r300g/swtcl: don't do stuff which is only for HWTCLMarek Olšák2-13/+19
2012-05-12r300g: remove slab allocator for pipe_resource (used mainly for user buffers)Marek Olšák4-45/+3
2012-05-12r300g: remove user_buffer_createMarek Olšák3-32/+0
2012-05-12r300g: fix breakage after gallium-userbuf mergeMarek Olšák2-18/+32
2012-05-11llvmpipe: add cast to silence warningBrian Paul1-1/+2
2012-05-11vega: fix 565 color unpacking bugAndreas Betz1-2/+2
2012-05-11mesa: add DEBUG_INCOMPLETE_TEXTURE, DEBUG_INCOMPLETE_FBO flagsBrian Paul4-24/+21
2012-05-11mesa: implement DEBUG_ALWAYS_FLUSH debug optionBrian Paul3-0/+32
2012-05-11mesa: define DEBUG_SILENT flag, use in output_if_debug()Brian Paul3-12/+13
2012-05-11mesa: clean-up the debug/verbose flag setup codeBrian Paul1-26/+46
2012-05-11mesa: do FLUSH_VERTICES() in _mesa_flush/finish()Brian Paul1-2/+4
2012-05-11mesa: fix glMaterial / dlist bugBrian Paul3-58/+152
2012-05-11mesa: fix/add error check in _mesa_ColorMaterial()Brian Paul1-0/+2
2012-05-11radeon/llvm: More comments and cleanupsTom Stellard22-163/+190
2012-05-11gallivm: Fix copy'n'paste typo bug translating CEIL opcode.José Fonseca1-2/+2
2012-05-11r600g: assume DISCARD_WHOLE_RESOURCE is always used with WRITEMarek Olšák1-6/+5
2012-05-11Merge branch 'master' of ssh://git.freedesktop.org/git/mesa/mesaMarek Olšák1-1/+3
2012-05-11Merge branch 'gallium-userbuf'Marek Olšák91-817/+710