summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* llvmpipe: rework query logicRoland Scheidegger2013-06-267-81/+92
* i965: Move the remaining intel code to the i965 directory.Eric Anholt2013-06-2667-11392/+11367
* i915: Fork the shared code from i965.Eric Anholt2013-06-2643-25/+14731
* i915: Remove dead symlink.Eric Anholt2013-06-261-1/+0
* glx: Fix another missed glMultiDrawElementsEXT const change.Eric Anholt2013-06-261-1/+1
* glsl: Move all var decls to the front of the IR list in reverse orderIan Romanick2013-06-261-0/+18
* i965: Be more careful with the interleaved user array upload optimizationIan Romanick2013-06-261-1/+17
* mesa: add const qualifier to glMultiDrawElementsEXT() indices paramBrian Paul2013-06-263-3/+3
* mesa: remove const from glDebugMessageCallbackARB() function parameterBrian Paul2013-06-263-4/+4
* i965/vs: Combine code generation's inst->opcode switch statements.Kenneth Graunke2013-06-261-163/+166
* i965: Remove broken source type assertions from brw_alu3().Kenneth Graunke2013-06-261-14/+5
* i965: Add back strict type assertions for MAD and LRP.Kenneth Graunke2013-06-261-2/+16
* glsl: Streamline the built-in type handling code.Kenneth Graunke2013-06-266-694/+424
* glsl: Don't use random pointers as an array of glsl_type objects.Kenneth Graunke2013-06-261-1/+1
* glsl: Stop being clever with pointer arithmetic when fetching types.Kenneth Graunke2013-06-261-4/+4
* glsl: Add simple vector type accessor helpers.Kenneth Graunke2013-06-262-0/+61
* mesa: update glext.h to version 20130624Brian Paul2013-06-261-1/+1
* st/mesa: add casts to silence MSVC warningsBrian Paul2013-06-265-8/+8
* st/mesa: make rtt_level, face, slice unsigned to silence MSVC warningsBrian Paul2013-06-261-1/+1
* hud: add float casts to silence MSVC warningsBrian Paul2013-06-261-49/+49
* hud: include stdio.h since we use fprintf(), fscanf(), etcBrian Paul2013-06-261-0/+2
* hud: add cast to silence MSVC warningBrian Paul2013-06-261-1/+1
* os: add cast in os_time_sleep() to silence MSVC warningBrian Paul2013-06-261-1/+1
* vega: add some casts to silence MSVC warningsBrian Paul2013-06-262-11/+11
* util: int/unsigned changes to silence some MSVC warningsBrian Paul2013-06-262-3/+3
* util: add some casts to silence some MSVC warningsBrian Paul2013-06-261-2/+2
* util: s/int/unsigned/ to silence some MSVC warningsBrian Paul2013-06-261-2/+2
* nvc0: set rsvd_kick correctlyMaarten Lankhorst2013-06-261-0/+1
* nvc0: fix push_space checks for video decodingMaarten Lankhorst2013-06-264-9/+10
* ilo: Remove max_threads dead code path.Vinson Lee2013-06-261-3/+0
* winsys/intel: fix typo in "ETIMEOUT"Jean-Sébastien Pédron2013-06-261-1/+1
* ilo: use a bitmask for enabled constant buffersChia-I Wu2013-06-262-11/+14
* vl/mpeg12: handle mpeg-1 bitstreams more correctlyMaarten Lankhorst2013-06-261-5/+16
* ilo: support PIPE_CAP_USER_INDEX_BUFFERSChia-I Wu2013-06-269-36/+97
* ilo: make pipe_draw_info a context stateChia-I Wu2013-06-269-39/+33
* ilo: support PIPE_CAP_USER_CONSTANT_BUFFERSChia-I Wu2013-06-265-23/+88
* i915: Drop dead batch dumping code.Eric Anholt2013-06-263-860/+0
* intel: Drop little bits of dead code.Eric Anholt2013-06-265-15/+0
* i965: Stop recomputing the miptree's size from the texture image.Eric Anholt2013-06-262-13/+7
* i965: Drop unused argument to translate_tex_format().Eric Anholt2013-06-263-4/+0
* i965/gen4-5: Stop using bogus polygon_offset_scale field.Eric Anholt2013-06-263-20/+1
* i915: Use the current drawbuffer's depth for polygon offset scale.Eric Anholt2013-06-261-1/+1
* intel: Add perf debug for glCopyPixels() fallback checks.Eric Anholt2013-06-261-33/+39
* i965: Add debug to INTEL_DEBUG=blorp describing hiz/blit/clear ops.Eric Anholt2013-06-263-0/+39
* ra: Fix register spilling.Eric Anholt2013-06-261-5/+39
* i965/fs: Dump IR when fatally not compiling due to bad register spilling.Eric Anholt2013-06-261-1/+2
* xmlpool/build: Make sure to set mo properlyNaohiro Aota2013-06-251-1/+1
* i965: Remove the rest of brw_update_draw_buffer().Eric Anholt2013-06-251-27/+5
* i965: Stop updating FBO state on drawbuffers change.Eric Anholt2013-06-251-8/+0
* i965: Stop recomputing drawbuffer bounds on drawbuffer change.Eric Anholt2013-06-251-2/+0