summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
...
* mesa: Implement compressed 2D array textures.Paul Berry2013-01-022-30/+40
* mesa: Fix error reporting in _mesa_invalidate_pbo_{compressed_,}teximage.Paul Berry2013-01-024-10/+16
* mesa: fix signed/unsignd mix-up in fetch_signed_l_latc1()Brian Paul2013-01-021-2/+3
* glsl: add cast to silence signed/unsigned comparision warningBrian Paul2013-01-011-1/+1
* xlib: handle _mesa_initialize_visual()'s return valueBrian Paul2012-12-311-9/+12
* i965: Fail to blit rather than assert on invalid pitch requirements.Kenneth Graunke2012-12-291-2/+2
* intel: Skip texture validation logic when nothing has changed.Eric Anholt2012-12-285-2/+30
* intel: Turn a test in miptree_match_image into an assert.Eric Anholt2012-12-281-2/+5
* i965: Stop making a copy of non-builtin uniforms in ParameterValues[].Eric Anholt2012-12-281-3/+0
* i965: Consistently use nr_pull_params instead of NumParameters.Eric Anholt2012-12-282-4/+3
* i965/vs: Reference the core GL uniform storage for non-builtin uniforms.Eric Anholt2012-12-282-54/+35
* i965/fs: Reference the core GL uniform storage for non-builtin uniforms.Eric Anholt2012-12-283-44/+30
* i965/fs: Remove the param_index/param_offset indirection.Eric Anholt2012-12-284-46/+10
* i965: Add asserts to check that we don't realloc ParameterValues.Eric Anholt2012-12-284-0/+19
* i965: Add texrect scale parameters before pointers to ParameterValues.Eric Anholt2012-12-283-0/+24
* i965: Fix a typo in a comment.Eric Anholt2012-12-281-1/+1
* i965: Add a note about a bug from the no-recompile-on-sampler-updates change.Eric Anholt2012-12-281-0/+4
* mesa: add missing texel fetch code for sRGB DXT formatsBrian Paul2012-12-262-0/+86
* i965: Fix border color handling for deprecated SNORM formats.Eric Anholt2012-12-261-2/+29
* i965: Start using HIZ for Z16 textures.Eric Anholt2012-12-261-0/+1
* intel: Use the parent miptree's format for setting up HiZ miptrees.Eric Anholt2012-12-261-1/+1
* intel: Remove a couple of dead function prototypes.Eric Anholt2012-12-221-5/+0
* i965: Add perf debug for depth/stencil alignment workaround.Eric Anholt2012-12-221-0/+16
* i965: Assert that relayout laid out something that won't need it again.Eric Anholt2012-12-221-0/+6
* i965: Also fix validation of Z32F_S8 textures.Eric Anholt2012-12-221-0/+2
* i965: Fix validation of ETC miptrees.Eric Anholt2012-12-221-5/+7
* qi965: Add perf debug for texture relayout.Eric Anholt2012-12-221-0/+5
* i965: Fix hiz resolves getting stomped by depth offset validation.Eric Anholt2012-12-221-5/+5
* Make IsVertexArray() return false before BindVertexArray()Matt Turner2012-12-212-4/+6
* Make IsTransformFeedback() return false before BindTransformFeedback()Matt Turner2012-12-212-3/+11
* mesa: add bounds checking for uniform array accessFrank Henigman2012-12-211-13/+13
* mesa: Allow glReadBuffer(GL_NONE) for winsys framebuffers.Paul Berry2012-12-201-2/+2
* mesa/st: Implement GL_TIME_ELAPSED w/ PIPE_QUERY_TIMESTAMP.José Fonseca2012-12-204-22/+79
* gallium: s/PIPE_CAP_TIMER_QUERY/PIPE_CAP_QUERY_TIME_ELAPSED/José Fonseca2012-12-201-2/+2
* i965: Fix gl_VertexID when there are no other vertex inputs.Paul Berry2012-12-181-3/+3
* mesa: Make a function is_transform_feedback_active_and_unpaused.Paul Berry2012-12-189-31/+29
* mesa: Fix corner cases of BindBufferBase with transform feedback.Paul Berry2012-12-183-17/+68
* mesa/gles3: Generate error on draw call if transform feedback would overflow.Paul Berry2012-12-183-1/+80
* mesa/gles3: Generate error on DrawElements* calls if transform feedback active.Paul Berry2012-12-181-0/+45
* mesa: refactor _mesa_compute_max_transform_feedback_vertices from i965.Paul Berry2012-12-183-12/+38
* mesa: Change args to vbo_count_tessellated_primitives.Paul Berry2012-12-183-17/+24
* wmesa: include version.h to silence warningBrian Paul2012-12-171-0/+1
* xlib: include headers to fix errors/warningsBrian Paul2012-12-171-0/+2
* mesa osmesa/x11: fix build error introduced in 4bea4cb9Jordan Justen2012-12-172-8/+8
* mesa: assert if driver did not compute the versionJordan Justen2012-12-162-1/+3
* mesa: don't initialize VBO vtxfmt in _vbo_CreateContextJordan Justen2012-12-164-10/+0
* mesa: don't initialize exec dispatch tables in _mesa_initialize_contextJordan Justen2012-12-161-3/+0
* mesa dispatch_sanity: call new functions to initialize exec tableJordan Justen2012-12-161-1/+6
* drivers: compute version and then initialize exec tableJordan Justen2012-12-1612-2/+81
* vbo: add _mesa_initialize_vbo_vtxfmtJordan Justen2012-12-162-0/+19