summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)AuthorFilesLines
2012-11-06r600g: use load_ar checks with llvm output.arlfixesVincent Lejeune1-0/+6
2012-11-06Disable VMVincent Lejeune1-2/+2
2012-11-05trace: Prevent segfault when passing NULL to set_vertex_buffers.José Fonseca2-15/+23
2012-11-05galahad: Prevent segfault when passing NULL to set_vertex_buffers.José Fonseca1-1/+1
2012-11-05util: Make u_framebuffer.h C++ safe.José Fonseca1-0/+8
2012-11-04nv50,nvc0: expose ARB_map_buffer_alignmentLucas Stach4-6/+8
2012-11-02r600g: make tgsi-to-llvm generates store.pixel* intrinsic for fsVincent Lejeune6-12/+130
2012-11-02radeonsi: Implement support for vertex shader samplers.Michel Dänzer2-22/+60
2012-11-01libgl-xlib: include glheader.h instead of GL/gl.h to fix buildBrian Paul1-1/+1
2012-11-01r600g: re-enable handling of DISCARD_RANGE, improving performanceMarek Olšák1-2/+0
2012-11-01r600g: fix abysmal performance in Reaction QuakeMarek Olšák2-21/+24
2012-11-01gallium/u_vbuf: document how it worksMarek Olšák2-3/+63
2012-11-01gallium/u_vbuf: optimize looping over the list of buffers to uploadMarek Olšák1-9/+12
2012-11-01gallium/u_vbuf: skip processing of buffers unused by the vertex element stateMarek Olšák1-15/+24
2012-10-31llvmpipe: Obey back writemask.José Fonseca1-2/+8
2012-10-31r600g: avoid shader needing too many gpr to lockup the gpu v2Jerome Glisse3-34/+62
2012-10-31draw: fix assertion failure in draw_emit_vertex_attrMarek Olšák1-2/+3
2012-10-31r600g: use SQ_VTX_SEMANTIC_CLEAR to clear the semantic registersMarek Olšák4-99/+11
2012-10-31gallium: expose ARB_map_buffer_alignment on RadeonMarek Olšák13-3/+26
2012-10-31r600g: use better sample positions for 8x MSAAMarek Olšák2-12/+12
2012-10-31gallium: add start_slot parameter to set_vertex_buffersMarek Olšák70-420/+580
2012-10-30st/xorg: Remove superfluous miInitializeBackingStore() callMarvin Schmidt1-1/+0
2012-10-30r600g: tgsi-to-llvm emits right input intrinsicsVincent Lejeune2-20/+64
2012-10-29dri: Convert driCreateConfigs to use a gl_format enumIan Romanick1-3/+3
2012-10-29r600g: implement texturing with 8x MSAA compressed surfaces for EvergreenMarek Olšák13-37/+270
2012-10-29mesa: bump MAX_VARYING to 32Marek Olšák2-3/+3
2012-10-28nv50/ir: restore use of long immediate encodingsChristoph Bumiller2-0/+9
2012-10-28nv50,nvc0: fix 2d engine stencil-only copiesChristoph Bumiller4-22/+48
2012-10-28gallium/gallivm: code generation options for LLVM 3.1+Alexander V. Nikolaev3-17/+44
2012-10-26r600g: advertise 32 streamout vec4 outputsMarek Olšák1-1/+1
2012-10-26softpipe: remove extraneous whitespaceBrian Paul1-2/+0
2012-10-26gallivm/llvmpipe: fix 64-bit %ll format compiler warnings for mingw32Brian Paul2-8/+10
2012-10-26r600g: advertise 32 fragment shaders inputs, not 34Marek Olšák1-4/+1
2012-10-26graw/fs-test: Use user constant buffers.José Fonseca1-56/+14
2012-10-26trace: Flush before drawing.José Fonseca3-0/+11
2012-10-26graw: Ensure new members are zeroed.José Fonseca15-0/+19
2012-10-26tests/graw: Update occlusion query example.José Fonseca1-4/+4
2012-10-26radeonsi: Handle TGSI_SEMANTIC_FACE.Michel Dänzer2-1/+31
2012-10-26radeonsi: Handle TGSI_SEMANTIC_BCOLOR.Michel Dänzer5-15/+75
2012-10-26radeonsi: Don't snoop context state while building shaders.Michel Dänzer3-17/+27
2012-10-26radeon/llvm: Add intrinsic for reading SI FRONT_FACE VGPR in the pixel shader.Michel Dänzer2-0/+6
2012-10-26r600g: split cayman common state out into a shared functionAlex Deucher3-16/+35
2012-10-26r600g: emit some additional regs on caymanAlex Deucher1-0/+54
2012-10-26r600g: there are 16 const buffer size regs for each shader stageAlex Deucher1-2/+19
2012-10-26r600g: rework evergreen_init_common_regs()Alex Deucher1-40/+33
2012-10-26r600g/compute: always CONTEXT_CONTROL packet at start of CSAlex Deucher2-0/+10
2012-10-26tools/trace: More helpful message when no args are provided.José Fonseca1-13/+13
2012-10-26vl: fix the dri winsys helper screen initChristian König1-0/+2
2012-10-25tests: Use printf instead of debug_printf in u_format_compatible_test.Vinson Lee1-1/+1
2012-10-26r300g: fix texture border color for sRGB formatsMarek Olšák1-4/+18