index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
/
i965
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965/Gen8: Set up layer constraints properly for depth buffers
Chris Forbes
2014-05-09
1
-9
/
+6
*
i965/Gen7: Set up layer constraints properly for depth buffers
Chris Forbes
2014-05-09
1
-9
/
+6
*
i965/Gen8: Set up layer constraints properly for renderbuffers
Chris Forbes
2014-05-09
1
-10
/
+5
*
i965/Gen7: Set up layer constraints properly for renderbuffers
Chris Forbes
2014-05-09
1
-10
/
+7
*
i965: Fix typo in assert message
Chris Forbes
2014-05-09
1
-1
/
+1
*
i965: Fix depth (array slices) computation for 1D_ARRAY render targets.
Kenneth Graunke
2014-05-07
2
-0
/
+5
*
i965: Enable GL_ARB_texture_view on Broadwell.
Kenneth Graunke
2014-05-07
2
-12
/
+21
*
i965: Always intel_prepare_render() after invalidating front buffers.
Kenneth Graunke
2014-05-06
1
-0
/
+2
*
i965: Set miptree target field when creating from a BO.
Kenneth Graunke
2014-05-02
1
-0
/
+1
*
i965: Move push constant state packets to push constant update time.
Eric Anholt
2014-05-02
8
-46
/
+42
*
i965: Merge gen8_upload_constant_state into gen7_upload_constant_state.
Eric Anholt
2014-05-02
5
-34
/
+16
*
i965: Refactor gen7_upload_constant_state to look more like gen8.
Eric Anholt
2014-05-02
1
-25
/
+15
*
i965: Drop unnecessary state flag for units on NEW_BINDING_TABLE.
Eric Anholt
2014-05-02
6
-6
/
+0
*
i965/gen7+: Move sampler state packets to the stage sampler state table update.
Eric Anholt
2014-05-02
9
-44
/
+24
*
i965/gen6: Don't update unit state when samplers change.
Eric Anholt
2014-05-02
2
-3
/
+2
*
i965: Drop a NEW_SAMPLER annotation for use of sampler_count.
Eric Anholt
2014-05-02
3
-3
/
+0
*
i965: Simplify sampler setup by passing the stage state.
Eric Anholt
2014-05-02
3
-29
/
+13
*
i965: Make batch dumping go to stderr, too.
Eric Anholt
2014-05-02
1
-0
/
+1
*
i965: Fix a stale comment reference
Eric Anholt
2014-05-02
1
-1
/
+1
*
i965: Enable INTEL_performance_query for Gen5+.
Petri Latvala
2014-05-02
1
-1
/
+3
*
mesa: Remove support for desktop OpenGL GL_EXT_separate_shader_objects
Ian Romanick
2014-05-02
1
-1
/
+0
*
i965: Fix the file comment for intel_image.h
Eric Anholt
2014-05-01
1
-5
/
+8
*
i965: Rename intel_regions.h to something more appropriate now.
Eric Anholt
2014-05-01
6
-6
/
+6
*
i965: Delete the intel_regions.c code.
Eric Anholt
2014-05-01
22
-256
/
+4
*
i965: Drop region usage from DRI2 winsys-allocated buffers.
Eric Anholt
2014-05-01
1
-13
/
+17
*
i965: Drop a funny assert about mt pitch.
Eric Anholt
2014-05-01
1
-1
/
+0
*
i965: Fix intel_bufferobj_buffer range for blit drawpixels.
Eric Anholt
2014-05-01
1
-3
/
+2
*
i965: Drop use of intel_region from miptrees.
Eric Anholt
2014-05-01
20
-256
/
+242
*
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
*
i965: Fix format of private renderbuffers
Ville Syrjälä
2014-05-01
1
-19
/
+33
*
i965: Fix crash in do_blit_readpixels()
Anuj Phogat
2014-05-01
1
-0
/
+7
*
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
[next]