summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* scons: Build xlib swrast too.José Fonseca2012-10-262-0/+51
* 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
* glsl: Allow ir_if in the linker's move_non_declarations function.Kenneth Graunke2012-10-251-0/+1
* i965/vs: Preserve the type when copy propagating into an instruction.Kenneth Graunke2012-10-251-0/+1
* i965/vs: Don't lose the MRF writemask when doing compute-to-MRF.Kenneth Graunke2012-10-251-0/+1
* glcpp: Don't use infinite lookhead for #define differentiation.Kenneth Graunke2012-10-252-12/+20
* i965/vs: Fix debug dumping of VS push constants.Kenneth Graunke2012-10-251-1/+3
* mesa/tests: Add ES3.0 dispatch table sanity testMatt Turner2012-10-251-0/+149
* Split dispatch sanity's validate_function test into twoMatt Turner2012-10-251-0/+11
* dispatch_sanity: print names of functions that shouldnt be in dispatch table.Paul Berry2012-10-251-1/+9
* shared-glapi: implement _glapi_get_proc_name().Paul Berry2012-10-253-2/+27
* src/glsl/tests/Makefile.am: Specify -I... in AM_CPPFLAGSMatt Turner2012-10-251-4/+1
* ralloc: Annotate printf functions with PRINTFLIKE(...)Matt Turner2012-10-252-11/+6
* mesa/st: Don't use 4bits for GL_UNSIGNED_BYTE_3_3_2(_REV)José Fonseca2012-10-251-0/+2
* trace: Fix dumping of set_constant_buffer method.José Fonseca2012-10-253-9/+21
* glsl_to_tgsi: set correct register type for array and structure elementsBryan Cain2012-10-241-2/+19
* r600g: force bank_swizzle if already setVincent Lejeune2012-10-242-0/+4
* r600g: rewrite tgsi-to-llvm load-input to handle fragcoordVincent Lejeune2012-10-242-42/+84
* nv50/ir/tgsi: fix srcMask for TXP with SHADOW1DChristoph Bumiller2012-10-241-1/+1
* mesa: Use MIN instead of CLAMP for unsigned source dataIan Romanick2012-10-241-108/+108
* st/mesa: Fix assertions for copying texture image to finalized miptree.Michel Dänzer2012-10-241-1/+4
* gallium/docs: fix sphinx warningAndreas Boll2012-10-241-1/+1
* _mesa_create_exec_table: GLES3 fixes.Paul Berry2012-10-2310-43/+68
* _mesa_create_exec_table(): deprecate ProgramStringARB.Paul Berry2012-10-231-1/+3
* _mesa_create_exec_table: de-deprecate GetPointerv.Paul Berry2012-10-231-1/+3
* glapi: Alias VertexAttribDivisor and VertexAttribDivisorARB.Paul Berry2012-10-231-1/+2
* glapi: Alias ClampColor and ClampColorARB.Paul Berry2012-10-233-3/+1
* main: Fix warning ('struct gl_context' declared inside parameter list).Paul Berry2012-10-231-0/+1
* mesa: Return 0 for GL_CURRENT_QUERY with a mismatched query target.Eric Anholt2012-10-221-1/+1
* mesa: Refuse to EndQuery with a mismatched query target.Eric Anholt2012-10-221-0/+10
* mesa: Throw an error for a new query on an already-active query target.Eric Anholt2012-10-221-0/+13
* i965: Actually add support for GL_ANY_SAMPLES_PASSED from GL_ARB_oq2.Eric Anholt2012-10-221-0/+12
* st/mesa: free TGSI tokens with ureg_free_tokens()Brian Paul2012-10-221-1/+1
* st/mesa: replace REALLOC() with realloc()Brian Paul2012-10-221-8/+2