summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* radeonsi: Keep around copies of original sampler states.Michel Dänzer2012-05-141-0/+2
* radeonsi: Flesh out shader interpolation related code.Michel Dänzer2012-05-143-4/+38
* radeonsi: Add proper SI family names.Michel Dänzer2012-05-141-1/+3
* radeonsi: Separate states for samplers and sampler views.Michel Dänzer2012-05-142-3/+6
* radeonsi: Fixups for drawing with an index buffer.Michel Dänzer2012-05-143-14/+13
* vl: Initialize pipe_vertex_buffer.user_buffer fields.Vinson Lee2012-05-141-0/+4
* llvmpipe: Calculate fixed point coordinates for triangle setup earlier.James Benton2012-05-141-56/+106
* radeon/llvm: Coding style fixes for R600CodeEmitter.cppTom Stellard2012-05-141-148/+90
* radeon/llvm: Lower bitcast instructions to copiesTom Stellard2012-05-141-0/+10
* radeonsi: remove slab allocator for pipe_resource (used mainly for user buffers)Marek Olšák2012-05-133-41/+3
* r600g: remove slab allocator for pipe_resource (used mainly for user buffers)Marek Olšák2012-05-133-41/+4
* r600g: handle R16G16B16_FLOAT and R32G32B32_FLOAT in translate_colorswap (EG)Marek Olšák2012-05-121-0/+2
* gallium: remove user_buffer_create from the interfaceMarek Olšák2012-05-1221-233/+1
* gallium/graw: stop using user_buffer_createMarek Olšák2012-05-1216-73/+106
* gallium/util: remove unused parameter nr_vertex_buffers in util_draw_max_indexMarek Olšák2012-05-123-3/+0
* clover: Fix build on i386.Francisco Jerez2012-05-121-1/+2
* clover: Check the total work-group size provided to clEnqueueNDRangeKernel.Francisco Jerez2012-05-121-10/+17
* clover, gallium: add PIPE_COMPUTE_CAP_MAX_THREADS_PER_BLOCKChristoph Bumiller2012-05-125-1/+15
* r600g: Handle compute caps.Francisco Jerez2012-05-121-0/+3
* r300g: Handle compute caps.Francisco Jerez2012-05-121-0/+5
* auxiliary/util: Ensure pipe_constant_buffer::user_buffer is initialized.José Fonseca2012-05-121-0/+1
* scons: Fix missing gbm symbols in st/egl.José Fonseca2012-05-121-3/+5
* targets/egl-static: Fix some missing symbols.José Fonseca2012-05-121-0/+2
* trace: Fix pipe_context::clear dumping.José Fonseca2012-05-121-1/+3
* trace: Fix pipe_shader_state dumping.José Fonseca2012-05-121-2/+4
* scons: Link r600_drm.so against libdrm-radeonJosé Fonseca2012-05-121-0/+3
* trace: Match NULL context members.José Fonseca2012-05-121-73/+79
* gallium/docs: remove documentation of redefine_user_bufferMarek Olšák2012-05-121-14/+0
* radeonsi: Fixed point vertex formats aren't supported.Michel Dänzer2012-05-121-4/+5
* radeonsi: Fixups for recent build infrastructure changes.Michel Dänzer2012-05-122-0/+13
* r600g: setup COLOR1 for possible dual-src in the framebuffer bindDave Airlie2012-05-124-15/+12
* nv30: Silence pipe_cap warningsRoy Spliet2012-05-121-0/+4
* nv30/shader: SSG, LIT only requires one source registerRoy Spliet2012-05-122-2/+2
* r300g/swtcl: move vertex buffer updates into set_vertex_buffersMarek Olšák2012-05-122-29/+34
* r300g/swtcl: move index buffer updates from swtcl_draw_vbo into set_index_bufferMarek Olšák2012-05-122-15/+24
* r300g/swtcl: malloc vertex and index buffers (don't use radeon DRM to get them)Marek Olšák2012-05-124-43/+23
* r300g/swtcl: don't do stuff which is only for HWTCLMarek Olšák2012-05-122-13/+19
* r300g: remove slab allocator for pipe_resource (used mainly for user buffers)Marek Olšák2012-05-124-45/+3
* r300g: remove user_buffer_createMarek Olšák2012-05-123-32/+0
* r300g: fix breakage after gallium-userbuf mergeMarek Olšák2012-05-122-18/+32
* llvmpipe: add cast to silence warningBrian Paul2012-05-111-1/+2
* vega: fix 565 color unpacking bugAndreas Betz2012-05-111-2/+2
* radeon/llvm: More comments and cleanupsTom Stellard2012-05-1122-163/+190
* gallivm: Fix copy'n'paste typo bug translating CEIL opcode.José Fonseca2012-05-111-2/+2
* r600g: assume DISCARD_WHOLE_RESOURCE is always used with WRITEMarek Olšák2012-05-111-6/+5
* Merge branch 'master' of ssh://git.freedesktop.org/git/mesa/mesaMarek Olšák2012-05-111-1/+3
|\
| * radeon/llvm: Fix Evergreen/Cayman tablegen predicatesTom Stellard2012-05-111-1/+3
* | Merge branch 'gallium-userbuf'Marek Olšák2012-05-1186-560/+599
|\ \ | |/ |/|
| * svga: check for and skip null vertex buffer pointersBrian Paul2012-05-011-8/+12
| * softpipe: cast away const to silence warningBrian Paul2012-05-011-1/+2