summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2012-10-28r600g: make tgsi-to-llvm generates store.pixel* intrinsic for fsexportVincent Lejeune6-12/+130
2012-10-28Disable VMVincent Lejeune1-2/+2
2012-10-26i965: Merge brw_prepare_query_begin() and brw_emit_query_begin().Eric Anholt3-22/+7
2012-10-26i965: Rename misleading "active" field of brw->query.Eric Anholt2-5/+5
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-26scons: Build xlib swrast too.José Fonseca2-0/+51
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
2012-10-25glsl: Allow ir_if in the linker's move_non_declarations function.Kenneth Graunke1-0/+1
2012-10-25i965/vs: Preserve the type when copy propagating into an instruction.Kenneth Graunke1-0/+1
2012-10-25i965/vs: Don't lose the MRF writemask when doing compute-to-MRF.Kenneth Graunke1-0/+1
2012-10-25glcpp: Don't use infinite lookhead for #define differentiation.Kenneth Graunke2-12/+20
2012-10-25i965/vs: Fix debug dumping of VS push constants.Kenneth Graunke1-1/+3
2012-10-25mesa/tests: Add ES3.0 dispatch table sanity testMatt Turner1-0/+149
2012-10-25Split dispatch sanity's validate_function test into twoMatt Turner1-0/+11
2012-10-25dispatch_sanity: print names of functions that shouldnt be in dispatch table.Paul Berry1-1/+9
2012-10-25shared-glapi: implement _glapi_get_proc_name().Paul Berry3-2/+27
2012-10-25src/glsl/tests/Makefile.am: Specify -I... in AM_CPPFLAGSMatt Turner1-4/+1
2012-10-25ralloc: Annotate printf functions with PRINTFLIKE(...)Matt Turner2-11/+6
2012-10-25mesa/st: Don't use 4bits for GL_UNSIGNED_BYTE_3_3_2(_REV)José Fonseca1-0/+2
2012-10-25trace: Fix dumping of set_constant_buffer method.José Fonseca3-9/+21
2012-10-24glsl_to_tgsi: set correct register type for array and structure elementsBryan Cain1-2/+19
2012-10-24r600g: force bank_swizzle if already setVincent Lejeune2-0/+4
2012-10-24r600g: rewrite tgsi-to-llvm load-input to handle fragcoordVincent Lejeune2-42/+84
2012-10-24nv50/ir/tgsi: fix srcMask for TXP with SHADOW1DChristoph Bumiller1-1/+1
2012-10-24mesa: Use MIN instead of CLAMP for unsigned source dataIan Romanick1-108/+108
2012-10-24st/mesa: Fix assertions for copying texture image to finalized miptree.Michel Dänzer1-1/+4
2012-10-24gallium/docs: fix sphinx warningAndreas Boll1-1/+1
2012-10-23_mesa_create_exec_table: GLES3 fixes.Paul Berry10-43/+68
2012-10-23_mesa_create_exec_table(): deprecate ProgramStringARB.Paul Berry1-1/+3
2012-10-23_mesa_create_exec_table: de-deprecate GetPointerv.Paul Berry1-1/+3
2012-10-23glapi: Alias VertexAttribDivisor and VertexAttribDivisorARB.Paul Berry1-1/+2