aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-262-2/+2
* mesa: remove const from glDebugMessageCallbackARB() function parameterBrian Paul2013-06-262-3/+3
* 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
* 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
* 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
* i965: Remove _NEW_DEPTH state flagging on drawbuffers change.Eric Anholt2013-06-252-3/+1
* intel: Stop doing special _NEW_STENCIL state flagging on drawbuffers.Eric Anholt2013-06-254-10/+5
* i965: Stop flagging viewport/scissor change on drawbuffers change.Eric Anholt2013-06-251-3/+0
* i965: Stop flagging _NEW_POLYGON on drawbuffers change.Eric Anholt2013-06-251-5/+0
* radeon: Remove gratuitous custom framebuffer resize code.Eric Anholt2013-06-251-31/+0
* intel: Remove gratuitous custom framebuffer resize code.Eric Anholt2013-06-251-30/+6
* mesa: Remove the Initialized field from framebuffers.Eric Anholt2013-06-257-12/+0
* mesa: Remove Driver.GetBufferSize and its callers.Eric Anholt2013-06-259-129/+0
* glsl: Fix gl_shader_program::UniformLocationBaseScale assert.Vinson Lee2013-06-251-1/+1
* gallium: Fix llvmpipe on big-endian machinesAdam Jackson2013-06-241-29/+29
* mesa: Move the common _mesa_glsl_compile_shader() code to glsl/.Eric Anholt2013-06-213-65/+2
* mesa: Move shader compiler API code to shaderapi.cEric Anholt2013-06-212-35/+38
* mesa: Fix missing setting of shader->IsES.Eric Anholt2013-06-211-0/+1
* mesa: Use shared code for converting shader targets to short strings.Eric Anholt2013-06-215-36/+11
* glsl: Remove ir_print_visitor.h includes and usageEric Anholt2013-06-2112-20/+8
* mesa: wrap comments, code to 78 columns in multisample.cBrian Paul2013-06-191-6/+11
* mesa: remove unused BITSET64 macrosBrian Paul2013-06-191-61/+0
* gen7: fix GPU hang on WebGL texture-size testJordan Justen2013-06-181-1/+1
* intel: Remove unused IS_POWER_OF_TWO() macro.Eric Anholt2013-06-181-2/+0
* gallium: add condition parameter to render_conditionRoland Scheidegger2013-06-181-3/+3
* intel: Allow blorp CopyTexSubImage to nonzero destination slices.Eric Anholt2013-06-173-14/+9
* intel: Allow blit CopyTexSubImage to nonzero destination slices.Eric Anholt2013-06-171-14/+9
* intel: Directly implement blit glBlitFramebuffer instead of awkward reuse.Eric Anholt2013-06-173-70/+72
* intel: Move XRGB->ARGB blit logic into intel_miptree_blit().Eric Anholt2013-06-174-100/+63
* intel: Fix Y tiling support for glCopyTexSubImage's alpha override.Eric Anholt2013-06-171-4/+4