summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-05-02mesa: Implement glBindSamplersFredrik Höglund1-0/+115
2014-05-02glapi: Add infrastructure for ARB_multi_bindFredrik Höglund14-0/+123
2014-05-02mesa: Add functions for doing unlocked hash table lookupsFredrik Höglund2-9/+89
2014-05-02mesa: Optimize unbind_texobj_from_texunits()Fredrik Höglund1-9/+11
2014-05-02mesa: Add a _BoundTextures field in gl_texture_unitFredrik Höglund3-0/+12
2014-05-02mesa: Store the target index in gl_texture_objectFredrik Höglund2-0/+4
2014-05-01i965: Fix the file comment for intel_image.hEric Anholt1-5/+8
2014-05-01i965: Rename intel_regions.h to something more appropriate now.Eric Anholt6-6/+6
2014-05-01i965: Delete the intel_regions.c code.Eric Anholt22-256/+4
2014-05-01i965: Drop region usage from DRI2 winsys-allocated buffers.Eric Anholt1-13/+17
2014-05-01i965: Drop a funny assert about mt pitch.Eric Anholt1-1/+0
2014-05-01i965: Fix intel_bufferobj_buffer range for blit drawpixels.Eric Anholt1-3/+2
2014-05-01i965: Drop use of intel_region from miptrees.Eric Anholt20-256/+242
2014-05-01i965: Replace the region in DRIimage with just a BO pointer and stride.Eric Anholt6-162/+83
2014-05-01i965: Make intel_set_texture_region just take a BO and pitch.Eric Anholt1-29/+27
2014-05-01i965: Stop making a pointless region for DRI2 to just throw it away.Eric Anholt3-37/+43
2014-05-01i965: Drop the global GEM name from regions.Eric Anholt5-25/+12
2014-05-01i965: Drop the tiling argument to intel_miptree_create_for_bo.Eric Anholt6-11/+10
2014-05-01i965: Drop pointless cast of texObj to intelObj.Eric Anholt1-3/+1
2014-05-01i965: Move intel_region_get_aligned_offset() to be a miptree function.Eric Anholt7-72/+69
2014-05-01i965: Move intel_region_get_tile_masks() to be a miptree function.Eric Anholt6-48/+47
2014-05-01i965: Fix another broken offset-aligned-to-tile test.Eric Anholt1-3/+1
2014-05-01i965: Fix offset-aligned-to-tile test in dma_buf import.Eric Anholt1-3/+1
2014-05-01i965: Reuse intel_miptree_get_tile_offsets().Eric Anholt1-12/+3
2014-05-01mesa: move declarations before code in texstore.cBrian Paul1-8/+7
2014-05-01i965: Fix format of private renderbuffersVille Syrjälä1-19/+33
2014-05-01i915: Don't advertise Z formats in TextureFormatSupported on gen2Ville Syrjälä1-13/+15
2014-05-01i915: Fix format of private renderbuffersVille Syrjälä1-16/+30
2014-05-01mesa: Allow FLOAT_32_UNSIGNED_INT_24_8_REV in get_tex_depth_stencil()Anuj Phogat1-2/+2
2014-05-01mesa: Add support to unpack depth-stencil texture in to FLOAT_32_UNSIGNED_INT...Anuj Phogat2-1/+87
2014-05-01mesa: Add new helper function _mesa_unpack_depth_stencil_row()Anuj Phogat3-6/+32
2014-05-01mesa: Remove redundant if checks in _mesa_texstore_xx_xx() functionsAnuj Phogat1-89/+80
2014-05-01mesa: Allow srcFormat=GL_DEPTH_STENCIL in _mesa_texstore_xx_xx() functionsAnuj Phogat1-2/+4
2014-05-01mesa: Add missing types in _mesa_texstore_xx_xx() functionsAnuj Phogat1-2/+6
2014-05-01i965: Fix crash in do_blit_readpixels()Anuj Phogat1-0/+7
2014-05-01mesa: Add error condition for format=STENCIL_INDEX in glGetTexImage()Anuj Phogat1-0/+5
2014-05-01mesa: Add entry for extension ARB_texture_stencil8Anuj Phogat1-0/+1
2014-05-01glsl: Apply the link error conditions to GL_ARB_fragment_coord_conventionsAnuj Phogat3-1/+14
2014-05-01glsl: Link error if fs defines conflicting qualifiers for gl_FragCoordAnuj Phogat5-0/+112
2014-05-01glsl: Compile error if fs uses gl_FragCoord before first redeclarationAnuj Phogat1-0/+17
2014-05-01glsl: Compile error if fs defines conflicting qualifiers for gl_FragCoordAnuj Phogat2-0/+70
2014-05-01mesa: Use location VERT_ATTRIB_GENERIC0 for vertex attribute 0Anuj Phogat3-29/+40
2014-05-01mesa: Fix querying location of nth element of an array variableAnuj Phogat1-5/+66
2014-05-01glsl: Allow overlapping locations for vertex input attributesAnuj Phogat1-15/+72
2014-05-01glx/drisw: fix memory leak when destroying screen.Roland Scheidegger1-0/+1
2014-05-01gallivm: fix 2 leaks in disassembly codeRoland Scheidegger1-4/+5
2014-05-01mesa: Move declaration to top of block.José Fonseca1-1/+2
2014-05-01osmesa: Fix typo in _MaxEnabledTexImageUnit.José Fonseca1-1/+1
2014-05-01i965/vec4: Port untyped atomic message support to Broadwell.Kenneth Graunke2-1/+38
2014-05-01i965/vec4: Port untyped surface reads support to Broadwell.Kenneth Graunke2-1/+28