summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* Revert "i965: Disable unused pipeline stages once at startup on Gen7+."Kenneth Graunke2013-06-113-6/+13
* swrast: add texfetch code for some XBGR formatsBrian Paul2013-06-112-9/+46
* mesa: add missing texture strings in tex_target_name()Brian Paul2013-06-101-0/+5
* mesa: Add a _mesa_problem to document a piglit failure on i965.Eric Anholt2013-06-101-0/+6
* i965/vs: Avoid the MUL/MACH/MOV sequence for small integer multiplies.Eric Anholt2013-06-101-13/+37
* i965/vs: Allow copy propagation into MUL/MACH.Eric Anholt2013-06-101-2/+4
* i965/vs: Use the MAD instruction when possible.Eric Anholt2013-06-104-0/+43
* intel: Reserve less batchbuffer space.Kenneth Graunke2013-06-101-4/+3
* i965: Allocate push constant L3 space once at startup on Gen7+.Kenneth Graunke2013-06-104-12/+4
* i965: Disable unused pipeline stages once at startup on Gen7+.Kenneth Graunke2013-06-103-13/+9
* i965: Don't emit PIPELINE_SELECT from BLORP.Kenneth Graunke2013-06-101-19/+0
* i965: Emit invariant state once at startup on Gen6+.Kenneth Graunke2013-06-103-4/+20
* i965: Delete some dead state atom prototypes.Kenneth Graunke2013-06-101-9/+0
* i965: Change return type of check_state() to bool.Kenneth Graunke2013-06-101-2/+2
* i965: Remove unused second parameter of brw_print_dirty_count().Kenneth Graunke2013-06-101-4/+4
* dlist: fix save_SamplerParameteriChris Forbes2013-06-091-1/+1
* mesa: Prevent possible out-of-bounds read by save_SamplerParameteriv.Vinson Lee2013-06-081-1/+4
* mesa: Report core FBO incompleteness cases through GL_ARB_debug_output.Eric Anholt2013-06-071-18/+25
* intel: flush fake front buffer if server is about to destroy it.Paul Berry2013-06-071-0/+9
* intel: flush fake front buffer more robustly.Paul Berry2013-06-071-11/+9
* intel: make intel_flush_front safe to call during initial MakeCurrentPaul Berry2013-06-071-1/+1
* mesa: Expose MAX_FRAGMENT_INPUT_COMPONENTS on ES3 and desktop 3.2.Eric Anholt2013-06-072-0/+10
* mesa: Expose texture array getters on GLES3.Eric Anholt2013-06-072-2/+10
* mesa: Fix the return value of TEXTURE_BINDING_2D_ARRAY.Eric Anholt2013-06-071-1/+1
* mesa: Expose texel offset limits in GLES3.Eric Anholt2013-06-072-5/+6
* gallium: Remove draw_arrays() and draw_arrays_instanced() functionsArnas Milasevicius2013-06-071-0/+22
* i965/vs: add support for emitting gl_ClipVertexChris Forbes2013-06-072-7/+3
* i965/clip: Add support for gl_ClipVertexChris Forbes2013-06-073-4/+55
* glsl: Fix uniform buffer object counting.Eric Anholt2013-06-061-1/+9
* intel: Use the CHIPSET macro in the PCI ID tables for the device name.Kenneth Graunke2013-06-061-184/+4
* i965: Adding more reserved PCI IDs for Haswell.Rodrigo Vivi2013-06-052-3/+77
* mesa: remove outdated version lines in commentsRico Schüller2013-06-05355-355/+0
* mesa: change MAX_PROGRAM_ADDRESS_REGS to 1, clamp to it in state trackerBrian Paul2013-06-042-2/+3
* intel: Don't try to blorp or blit CopyTexSubImage(1D_ARRAY).Paul Berry2013-06-042-0/+7
* i965/gen6+: Fix multisample assertions in CopyTexSubImage hw blitter path.Paul Berry2013-06-041-4/+9
* mesa: Prevent possible out-of-bounds read by save_SamplerParameterfv.Vinson Lee2013-06-031-1/+4
* i965: fix problem with constant out of bounds access (v3)Dave Airlie2013-06-043-1/+16
* intel: Fix copying of separate stencil data in glCopyTexSubImage().Eric Anholt2013-06-031-8/+15
* meta: Fix temporary image type for float depth/stencil.Eric Anholt2013-06-031-4/+14
* intel: Fix performance regression from miptree blit changes.Eric Anholt2013-06-032-3/+2
* i965: Fix glColorPointer(GL_FIXED)Chad Versace2013-06-031-0/+8
* i965 gen7: use SURFACE_STATE fields to select render level/layerJordan Justen2013-06-022-18/+46
* mesa/texformat: add _mesa_tex_target_is_array functionJordan Justen2013-06-022-0/+16
* intel: add layered parameter to update_renderbuffer_surfaceJordan Justen2013-06-023-1/+9
* intel_fbo: set gl_renderbuffer Depth fieldJordan Justen2013-06-021-0/+2
* intel: print image depth in debug messageJordan Justen2013-06-021-2/+2
* mesa: handle missing read buffer in _mesa_get_color_read_format/type()Brian Paul2013-06-021-30/+48
* meta: move vertex array enables for mipmap generationBrian Paul2013-06-021-2/+2
* mesa: fix hodge podge indentation, update comments in texformat.cBrian Paul2013-06-021-186/+184
* i965: Fix haswell_upload_cut_index when there's no index buffer.Kenneth Graunke2013-05-311-1/+13