summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-06-28mesa: Fix build with older gcc since update of glext.hTom Stellard3-10/+0
2013-06-28r600g/compute: Accept LDS size from the LLVM backendTom Stellard5-20/+44
2013-06-28r600g/compute: Move compute_shader_create() function into evergreen_compute.cTom Stellard3-37/+23
2013-06-28svga: pass svga_compile_key by reference instead of valueBrian Paul1-7/+7
2013-06-28svga: use switch statement in svga_shader_type()Brian Paul1-5/+10
2013-06-28ilo: clean up states that use ilo_view_surfaceChia-I Wu1-13/+10
2013-06-28ilo: remove ilo_cbuf_state::countChia-I Wu4-17/+12
2013-06-28ilo: clean up ilo_set_constant_buffer()Chia-I Wu1-29/+44
2013-06-28ilo: clean up states that take a start_slotChia-I Wu1-73/+99
2013-06-27glsl: Initialize member variable is_ubo_var in constructor.Vinson Lee1-1/+1
2013-06-28ilo: use shorter names for dirty flagsChia-I Wu7-141/+138
2013-06-28ilo: track if primitive restart has changedChia-I Wu3-1/+8
2013-06-28ilo: avoid potential dangling pointer dereferenceChia-I Wu1-0/+3
2013-06-27mesa: Remove GL_EXT_clip_volume_hintIan Romanick5-16/+2
2013-06-27i965,i915: Return early if miptree allocation failsChad Versace2-0/+4
2013-06-27llvmpipe: handle offset_clampRoland Scheidegger3-2/+24
2013-06-27llvmpipe: remove never reached code for timestamp queries.Roland Scheidegger1-2/+0
2013-06-27llvmpipe: fix a bug in opaque optimizationRoland Scheidegger3-14/+20
2013-06-27radeonsi/compute: Fix memory leak in radeonsi_launch_grid.Vinson Lee1-0/+1
2013-06-27clover: Fix build with LLVM 3.4Tom Stellard1-6/+6
2013-06-27docs: updated instructions for Mesa on WindowsBill York1-1/+18
2013-06-27postprocess: handle partial intialization failures.Matthew McClure7-95/+281
2013-06-27glx: return True/False instead of GL_TRUE/GL_FALSEBrian Paul1-11/+11
2013-06-27glx: move declarations before codeBrian Paul2-9/+9
2013-06-27mesa: move declarations before codeBrian Paul1-2/+3
2013-06-27glsl: Use the C99 variadic macro syntax.José Fonseca2-4/+4
2013-06-27scons: Add dependencies to all .xml files.José Fonseca1-4/+10
2013-06-27ilo: plug a potential index buffer leakChia-I Wu1-0/+1
2013-06-26softpipe: honor predication for clear_render_target and clear_depth_stencilRoland Scheidegger1-2/+40
2013-06-26llvmpipe: add support for nested / overlapping queriesRoland Scheidegger10-40/+45
2013-06-26llvmpipe: rework query logicRoland Scheidegger7-81/+92
2013-06-26i965: Move the remaining intel code to the i965 directory.Eric Anholt67-11392/+11367
2013-06-26i915: Fork the shared code from i965.Eric Anholt43-25/+14731
2013-06-26i915: Remove dead symlink.Eric Anholt1-1/+0
2013-06-26glx: Fix another missed glMultiDrawElementsEXT const change.Eric Anholt1-1/+1
2013-06-26glsl: Move all var decls to the front of the IR list in reverse orderIan Romanick1-0/+18
2013-06-26i965: Be more careful with the interleaved user array upload optimizationIan Romanick1-1/+17
2013-06-26mesa: add const qualifier to glMultiDrawElementsEXT() indices paramBrian Paul3-3/+3
2013-06-26mesa: remove const from glDebugMessageCallbackARB() function parameterBrian Paul3-4/+4
2013-06-26i965/vs: Combine code generation's inst->opcode switch statements.Kenneth Graunke1-163/+166
2013-06-26i965: Remove broken source type assertions from brw_alu3().Kenneth Graunke1-14/+5
2013-06-26i965: Add back strict type assertions for MAD and LRP.Kenneth Graunke1-2/+16
2013-06-26glsl: Streamline the built-in type handling code.Kenneth Graunke6-694/+424
2013-06-26glsl: Don't use random pointers as an array of glsl_type objects.Kenneth Graunke1-1/+1
2013-06-26glsl: Stop being clever with pointer arithmetic when fetching types.Kenneth Graunke1-4/+4
2013-06-26glsl: Add simple vector type accessor helpers.Kenneth Graunke2-0/+61
2013-06-26mesa: update glext.h to version 20130624Brian Paul2-10434/+8470
2013-06-26st/mesa: add casts to silence MSVC warningsBrian Paul5-8/+8
2013-06-26st/mesa: make rtt_level, face, slice unsigned to silence MSVC warningsBrian Paul1-1/+1
2013-06-26hud: add float casts to silence MSVC warningsBrian Paul1-49/+49