summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* r600g: add in-place DB decompression and texturing with DB tilingMarek Olšák2012-11-069-80/+218
* trace: Prevent segfault when passing NULL to set_vertex_buffers.José Fonseca2012-11-052-15/+23
* galahad: Prevent segfault when passing NULL to set_vertex_buffers.José Fonseca2012-11-051-1/+1
* util: Make u_framebuffer.h C++ safe.José Fonseca2012-11-051-0/+8
* nv50,nvc0: expose ARB_map_buffer_alignmentLucas Stach2012-11-044-6/+8
* r600g: make tgsi-to-llvm generates store.pixel* intrinsic for fsVincent Lejeune2012-11-026-12/+130
* radeonsi: Implement support for vertex shader samplers.Michel Dänzer2012-11-022-22/+60
* libgl-xlib: include glheader.h instead of GL/gl.h to fix buildBrian Paul2012-11-011-1/+1
* r600g: re-enable handling of DISCARD_RANGE, improving performanceMarek Olšák2012-11-011-2/+0
* r600g: fix abysmal performance in Reaction QuakeMarek Olšák2012-11-012-21/+24
* gallium/u_vbuf: document how it worksMarek Olšák2012-11-012-3/+63
* gallium/u_vbuf: optimize looping over the list of buffers to uploadMarek Olšák2012-11-011-9/+12
* gallium/u_vbuf: skip processing of buffers unused by the vertex element stateMarek Olšák2012-11-011-15/+24
* llvmpipe: Obey back writemask.José Fonseca2012-10-311-2/+8
* r600g: avoid shader needing too many gpr to lockup the gpu v2Jerome Glisse2012-10-313-34/+62
* draw: fix assertion failure in draw_emit_vertex_attrMarek Olšák2012-10-311-2/+3
* r600g: use SQ_VTX_SEMANTIC_CLEAR to clear the semantic registersMarek Olšák2012-10-314-99/+11
* gallium: expose ARB_map_buffer_alignment on RadeonMarek Olšák2012-10-3113-3/+26
* r600g: use better sample positions for 8x MSAAMarek Olšák2012-10-312-12/+12
* gallium: add start_slot parameter to set_vertex_buffersMarek Olšák2012-10-3170-420/+580
* st/xorg: Remove superfluous miInitializeBackingStore() callMarvin Schmidt2012-10-301-1/+0
* r600g: tgsi-to-llvm emits right input intrinsicsVincent Lejeune2012-10-302-20/+64
* dri: Convert driCreateConfigs to use a gl_format enumIan Romanick2012-10-291-3/+3
* r600g: implement texturing with 8x MSAA compressed surfaces for EvergreenMarek Olšák2012-10-2913-37/+270
* mesa: bump MAX_VARYING to 32Marek Olšák2012-10-292-3/+3
* nv50/ir: restore use of long immediate encodingsChristoph Bumiller2012-10-282-0/+9
* nv50,nvc0: fix 2d engine stencil-only copiesChristoph Bumiller2012-10-284-22/+48
* gallium/gallivm: code generation options for LLVM 3.1+Alexander V. Nikolaev2012-10-283-17/+44
* r600g: advertise 32 streamout vec4 outputsMarek Olšák2012-10-261-1/+1
* softpipe: remove extraneous whitespaceBrian Paul2012-10-261-2/+0
* gallivm/llvmpipe: fix 64-bit %ll format compiler warnings for mingw32Brian Paul2012-10-262-8/+10
* r600g: advertise 32 fragment shaders inputs, not 34Marek Olšák2012-10-261-4/+1
* graw/fs-test: Use user constant buffers.José Fonseca2012-10-261-56/+14
* trace: Flush before drawing.José Fonseca2012-10-263-0/+11
* graw: Ensure new members are zeroed.José Fonseca2012-10-2615-0/+19
* tests/graw: Update occlusion query example.José Fonseca2012-10-261-4/+4
* radeonsi: Handle TGSI_SEMANTIC_FACE.Michel Dänzer2012-10-262-1/+31
* radeonsi: Handle TGSI_SEMANTIC_BCOLOR.Michel Dänzer2012-10-265-15/+75
* radeonsi: Don't snoop context state while building shaders.Michel Dänzer2012-10-263-17/+27
* radeon/llvm: Add intrinsic for reading SI FRONT_FACE VGPR in the pixel shader.Michel Dänzer2012-10-262-0/+6
* r600g: split cayman common state out into a shared functionAlex Deucher2012-10-263-16/+35
* r600g: emit some additional regs on caymanAlex Deucher2012-10-261-0/+54
* r600g: there are 16 const buffer size regs for each shader stageAlex Deucher2012-10-261-2/+19
* r600g: rework evergreen_init_common_regs()Alex Deucher2012-10-261-40/+33
* r600g/compute: always CONTEXT_CONTROL packet at start of CSAlex Deucher2012-10-262-0/+10
* tools/trace: More helpful message when no args are provided.José Fonseca2012-10-261-13/+13
* vl: fix the dri winsys helper screen initChristian König2012-10-261-0/+2
* tests: Use printf instead of debug_printf in u_format_compatible_test.Vinson Lee2012-10-251-1/+1
* r300g: fix texture border color for sRGB formatsMarek Olšák2012-10-261-4/+18
* trace: Fix dumping of set_constant_buffer method.José Fonseca2012-10-253-9/+21