summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* gallium/radeon: use PRIX64 instead of PRIu64Christian König2014-07-062-2/+2
* i965: Move assembly annotation functions to intel_asm_annotation.c.Matt Turner2014-07-054-61/+67
* i965: Rename intel_asm_printer -> intel_asm_annotation.Matt Turner2014-07-058-7/+7
* i965: Make backend_instruction usable from C.Matt Turner2014-07-051-4/+7
* i965/cfg: Make cfg_t usable from C.Matt Turner2014-07-053-8/+6
* i965: Repack backend_instruction struct.Matt Turner2014-07-051-7/+5
* i965: Make a brw_predicate enum.Matt Turner2014-07-056-31/+35
* i965: Make a brw_conditional_mod enum.Matt Turner2014-07-0518-43/+54
* i965: Move common fields into backend_instruction.Matt Turner2014-07-053-25/+13
* i965: Use enum brw_reg_type for register types.Matt Turner2014-07-057-13/+14
* i965: Move is_zero/one/null/accumulator into backend_reg.Matt Turner2014-07-056-93/+44
* i965: Make a common backend_reg class.Matt Turner2014-07-054-42/+36
* i965: Drop imm union from visitor register classes.Matt Turner2014-07-052-14/+0
* i965: Use immediate storage in brw_reg for visitor regs.Matt Turner2014-07-056-41/+37
* glsl: Fix merging of layout(invocations) with other qualifiersChris Forbes2014-07-051-0/+10
* nvc0: add a memory barrier when there are persistent UBOsIlia Mirkin2014-07-035-4/+57
* nv50: do an explicit flush on draw when there are persistent buffersIlia Mirkin2014-07-033-2/+50
* nv50: disable dedicated ubo upload methodIlia Mirkin2014-07-031-0/+7
* gallium: rename PIPE_CAP_TGSI_VS_LAYER to also have _VIEWPORTIlia Mirkin2014-07-0317-18/+20
* mesa/st: enable AMD_vertex_shader_viewport_indexIlia Mirkin2014-07-032-0/+6
* r600g: allow vs to write to gl_ViewportIndexIlia Mirkin2014-07-031-0/+17
* svga: Don't unnecessarily reemit BindGBShader commands v2Thomas Hellstrom2014-07-033-20/+8
* radeon/llvm: Allocate space for kernel metadata operandsAaron Watry2014-07-031-3/+7
* glsl: fix duplicated layout qualifier detection for GSSamuel Iglesias Gonsalvez2014-07-031-6/+16
* svga: add switch cases for PIPE_SHADER_CAP_DOUBLESBrian Paul2014-07-031-0/+4
* st/xa: Don't close the drm fd on failure v2Thomas Hellstrom2014-07-031-1/+6
* Revert "radeonsi: Use dma_copy when possible for si_blit."Michel Dänzer2014-07-031-19/+0
* i965: expose AMD_vertex_shader_viewport_index on gen7+Ilia Mirkin2014-07-021-1/+3
* glsl: add support for AMD_vertex_shader_viewport_indexIlia Mirkin2014-07-024-0/+8
* mesa: add support for AMD_vertex_shader_viewport_indexIlia Mirkin2014-07-022-0/+2
* mesa/st: enable ARB_fragment_layer_viewportIlia Mirkin2014-07-021-0/+1
* i965/gen6: Add a spec citation about push constant packet requirements.Eric Anholt2014-07-021-1/+8
* i965: Add a comment about null renderbuffer surfaces and why they exist.Eric Anholt2014-07-023-2/+22
* i965: Update a ton of comments about constant buffers.Eric Anholt2014-07-024-32/+74
* i965: Merge VS/GS and WM pull constant buffer upload paths.Eric Anholt2014-07-024-53/+42
* i965/gen6+: Merge VS/GS and WM push constant buffer upload paths.Eric Anholt2014-07-024-66/+52
* i965: Move dispatch_grf_start_reg and first_curbe_grf into stage_prog_data.Eric Anholt2014-07-0214-35/+36
* i965: Fix state flags for gen4/5 CURBE.Eric Anholt2014-07-021-8/+8
* i965: Remove a dead define.Eric Anholt2014-07-021-2/+0
* i965: Reuse libdrm's header for AUB definitions.Eric Anholt2014-07-024-71/+7
* i965: Fix stale comments about the state cache.Eric Anholt2014-07-022-2/+9
* i965: Fix stale binding table comment.Eric Anholt2014-07-021-2/+0
* i965: Drop the memcmp for finding duplicated CURBE uploads.Eric Anholt2014-07-024-50/+2
* i965: Reuse intel_upload.c for gen4/5 constant buffers.Eric Anholt2014-07-023-31/+7
* gallium: Add PIPE_SHADER_CAP_DOUBLESTom Stellard2014-07-026-1/+15
* clover: Fix not setting build log if the build succeeds v2Matt Arsenault2014-07-025-13/+24
* clover: Have compat::string allocate its own memory.Francisco Jerez2014-07-022-5/+7
* gallium/radeon: Only print a message for LLVM diagnostic errorsTom Stellard2014-07-021-2/+4
* radeon/llvm: Use the llvm.rsq.clamped intrinsic for RSQTom Stellard2014-07-021-1/+1
* r600g: allow viewport index/layer to be sent to psIlia Mirkin2014-07-021-2/+20