summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
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
2013-06-26i965: Add debug to INTEL_DEBUG=blorp describing hiz/blit/clear ops.Eric Anholt3-0/+39
2013-06-26ra: Fix register spilling.Eric Anholt1-5/+39
2013-06-26i965/fs: Dump IR when fatally not compiling due to bad register spilling.Eric Anholt1-1/+2
2013-06-25xmlpool/build: Make sure to set mo properlyNaohiro Aota1-1/+1
2013-06-25i965: Remove the rest of brw_update_draw_buffer().Eric Anholt1-27/+5
2013-06-25i965: Stop updating FBO state on drawbuffers change.Eric Anholt1-8/+0
2013-06-25i965: Stop recomputing drawbuffer bounds on drawbuffer change.Eric Anholt1-2/+0
2013-06-25i965: Remove _NEW_DEPTH state flagging on drawbuffers change.Eric Anholt2-3/+1
2013-06-25intel: Stop doing special _NEW_STENCIL state flagging on drawbuffers.Eric Anholt4-10/+5
2013-06-25i965: Stop flagging viewport/scissor change on drawbuffers change.Eric Anholt1-3/+0
2013-06-25i965: Stop flagging _NEW_POLYGON on drawbuffers change.Eric Anholt1-5/+0
2013-06-25radeon: Remove gratuitous custom framebuffer resize code.Eric Anholt1-31/+0
2013-06-25intel: Remove gratuitous custom framebuffer resize code.Eric Anholt1-30/+6
2013-06-25mesa: Remove the Initialized field from framebuffers.Eric Anholt7-12/+0
2013-06-25mesa: Remove Driver.GetBufferSize and its callers.Eric Anholt9-129/+0