| Commit message (Expand) | Author | Age | Files | Lines |
* | i965: Replace the region in DRIimage with just a BO pointer and stride. | Eric Anholt | 2014-05-01 | 6 | -162/+83 |
* | i965: Make intel_set_texture_region just take a BO and pitch. | Eric Anholt | 2014-05-01 | 1 | -29/+27 |
* | i965: Stop making a pointless region for DRI2 to just throw it away. | Eric Anholt | 2014-05-01 | 3 | -37/+43 |
* | i965: Drop the global GEM name from regions. | Eric Anholt | 2014-05-01 | 5 | -25/+12 |
* | i965: Drop the tiling argument to intel_miptree_create_for_bo. | Eric Anholt | 2014-05-01 | 6 | -11/+10 |
* | i965: Drop pointless cast of texObj to intelObj. | Eric Anholt | 2014-05-01 | 1 | -3/+1 |
* | i965: Move intel_region_get_aligned_offset() to be a miptree function. | Eric Anholt | 2014-05-01 | 7 | -72/+69 |
* | i965: Move intel_region_get_tile_masks() to be a miptree function. | Eric Anholt | 2014-05-01 | 6 | -48/+47 |
* | i965: Fix another broken offset-aligned-to-tile test. | Eric Anholt | 2014-05-01 | 1 | -3/+1 |
* | i965: Fix offset-aligned-to-tile test in dma_buf import. | Eric Anholt | 2014-05-01 | 1 | -3/+1 |
* | i965: Reuse intel_miptree_get_tile_offsets(). | Eric Anholt | 2014-05-01 | 1 | -12/+3 |
* | mesa: move declarations before code in texstore.c | Brian Paul | 2014-05-01 | 1 | -8/+7 |
* | i965: Fix format of private renderbuffers | Ville Syrjälä | 2014-05-01 | 1 | -19/+33 |
* | i915: Don't advertise Z formats in TextureFormatSupported on gen2 | Ville Syrjälä | 2014-05-01 | 1 | -13/+15 |
* | i915: Fix format of private renderbuffers | Ville Syrjälä | 2014-05-01 | 1 | -16/+30 |
* | mesa: Allow FLOAT_32_UNSIGNED_INT_24_8_REV in get_tex_depth_stencil() | Anuj Phogat | 2014-05-01 | 1 | -2/+2 |
* | mesa: Add support to unpack depth-stencil texture in to FLOAT_32_UNSIGNED_INT... | Anuj Phogat | 2014-05-01 | 2 | -1/+87 |
* | mesa: Add new helper function _mesa_unpack_depth_stencil_row() | Anuj Phogat | 2014-05-01 | 3 | -6/+32 |
* | mesa: Remove redundant if checks in _mesa_texstore_xx_xx() functions | Anuj Phogat | 2014-05-01 | 1 | -89/+80 |
* | mesa: Allow srcFormat=GL_DEPTH_STENCIL in _mesa_texstore_xx_xx() functions | Anuj Phogat | 2014-05-01 | 1 | -2/+4 |
* | mesa: Add missing types in _mesa_texstore_xx_xx() functions | Anuj Phogat | 2014-05-01 | 1 | -2/+6 |
* | i965: Fix crash in do_blit_readpixels() | Anuj Phogat | 2014-05-01 | 1 | -0/+7 |
* | mesa: Add error condition for format=STENCIL_INDEX in glGetTexImage() | Anuj Phogat | 2014-05-01 | 1 | -0/+5 |
* | mesa: Add entry for extension ARB_texture_stencil8 | Anuj Phogat | 2014-05-01 | 1 | -0/+1 |
* | glsl: Apply the link error conditions to GL_ARB_fragment_coord_conventions | Anuj Phogat | 2014-05-01 | 1 | -0/+6 |
* | glsl: Link error if fs defines conflicting qualifiers for gl_FragCoord | Anuj Phogat | 2014-05-01 | 1 | -0/+8 |
* | mesa: Use location VERT_ATTRIB_GENERIC0 for vertex attribute 0 | Anuj Phogat | 2014-05-01 | 3 | -29/+40 |
* | mesa: Fix querying location of nth element of an array variable | Anuj Phogat | 2014-05-01 | 1 | -5/+66 |
* | mesa: Move declaration to top of block. | José Fonseca | 2014-05-01 | 1 | -1/+2 |
* | osmesa: Fix typo in _MaxEnabledTexImageUnit. | José Fonseca | 2014-05-01 | 1 | -1/+1 |
* | i965/vec4: Port untyped atomic message support to Broadwell. | Kenneth Graunke | 2014-05-01 | 2 | -1/+38 |
* | i965/vec4: Port untyped surface reads support to Broadwell. | Kenneth Graunke | 2014-05-01 | 2 | -1/+28 |
* | i965/fs: Port untyped atomic message support to Broadwell. | Kenneth Graunke | 2014-05-01 | 2 | -1/+38 |
* | i965/fs: Port untyped surface read support to Broadwell. | Kenneth Graunke | 2014-05-01 | 2 | -1/+30 |
* | i965/fs: Set fs_inst::header_present for untyped atomics/surface reads. | Kenneth Graunke | 2014-05-01 | 1 | -0/+2 |
* | i965: Disassemble atomic operations and other DP:DC1 stuff on Broadwell. | Kenneth Graunke | 2014-05-01 | 1 | -0/+65 |
* | i965: Implement the create_raw_surface() hook on Broadwell. | Kenneth Graunke | 2014-05-01 | 1 | -0/+17 |
* | i965: Drop mark_surface_used from gen8 generators. | Kenneth Graunke | 2014-05-01 | 4 | -28/+6 |
* | i965/fs: Add support for fs_inst::force_writemask_all on Broadwell. | Kenneth Graunke | 2014-05-01 | 1 | -0/+1 |
* | i965: Actually emit PIPELINE_SELECT and 3DSTATE_VF_STATISTICS. | Kenneth Graunke | 2014-05-01 | 3 | -15/+8 |
* | i965: Don't enable reset notification support on Gen4-5. | Kenneth Graunke | 2014-04-30 | 1 | -4/+9 |
* | i965: Fix state flag comments on color_buffer_write_enabled() calls. | Eric Anholt | 2014-04-30 | 3 | -1/+3 |
* | i965: Drop bogus state flag comment. | Eric Anholt | 2014-04-30 | 1 | -1/+0 |
* | i965: Track the number of samples in the drawbuffer. | Eric Anholt | 2014-04-30 | 5 | -22/+29 |
* | mesa: Track maximum CurrentTexUnit to reduce glDeleteTextures() overhead. | Eric Anholt | 2014-04-30 | 3 | -1/+12 |
* | mesa: Rewrite shader-based texture image state updates. | Eric Anholt | 2014-04-30 | 1 | -49/+73 |
* | mesa: Split the shader texture update logic from fixed function. | Eric Anholt | 2014-04-30 | 1 | -90/+160 |
* | mesa: Finish removing the _ReallyEnabled field. | Eric Anholt | 2014-04-30 | 2 | -8/+2 |
* | radeon: Drop the remaining driver usage of _ReallyEnabled. | Eric Anholt | 2014-04-30 | 8 | -29/+40 |
* | swrast: Drop remaining use of _ReallyEnabled. | Eric Anholt | 2014-04-30 | 1 | -1/+1 |