summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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 Paul1-1/+1
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
2013-06-26hud: include stdio.h since we use fprintf(), fscanf(), etcBrian Paul1-0/+2
2013-06-26hud: add cast to silence MSVC warningBrian Paul1-1/+1
2013-06-26os: add cast in os_time_sleep() to silence MSVC warningBrian Paul1-1/+1
2013-06-26vega: add some casts to silence MSVC warningsBrian Paul2-11/+11
2013-06-26util: int/unsigned changes to silence some MSVC warningsBrian Paul2-3/+3
2013-06-26util: add some casts to silence some MSVC warningsBrian Paul1-2/+2
2013-06-26util: s/int/unsigned/ to silence some MSVC warningsBrian Paul1-2/+2
2013-06-26nvc0: set rsvd_kick correctlyMaarten Lankhorst1-0/+1
2013-06-26nvc0: fix push_space checks for video decodingMaarten Lankhorst4-9/+10
2013-06-26ilo: Remove max_threads dead code path.Vinson Lee1-3/+0
2013-06-26winsys/intel: fix typo in "ETIMEOUT"Jean-Sébastien Pédron1-1/+1
2013-06-26ilo: use a bitmask for enabled constant buffersChia-I Wu2-11/+14
2013-06-26vl/mpeg12: handle mpeg-1 bitstreams more correctlyMaarten Lankhorst1-5/+16
2013-06-26ilo: support PIPE_CAP_USER_INDEX_BUFFERSChia-I Wu9-36/+97
2013-06-26ilo: make pipe_draw_info a context stateChia-I Wu9-39/+33
2013-06-26ilo: support PIPE_CAP_USER_CONSTANT_BUFFERSChia-I Wu5-23/+88
2013-06-26i915: Drop dead batch dumping code.Eric Anholt3-860/+0
2013-06-26intel: Drop little bits of dead code.Eric Anholt5-15/+0
2013-06-26i965: Stop recomputing the miptree's size from the texture image.Eric Anholt2-13/+7
2013-06-26i965: Drop unused argument to translate_tex_format().Eric Anholt3-4/+0
2013-06-26i965/gen4-5: Stop using bogus polygon_offset_scale field.Eric Anholt3-20/+1
2013-06-26i915: Use the current drawbuffer's depth for polygon offset scale.Eric Anholt1-1/+1
2013-06-26intel: Add perf debug for glCopyPixels() fallback checks.Eric Anholt1-33/+39