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
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: Use blorp_copy for all copy_image operations on gen6+
Jason Ekstrand
2016-09-12
1
-22
/
+6
*
i965/blorp: Add a copy_miptrees helper
Jason Ekstrand
2016-09-12
2
-0
/
+79
*
intel/blorp: Work in terms of logical array layers
Jason Ekstrand
2016-09-12
1
-4
/
+27
*
intel/blorp: Add a swizzle parameter to blorp_clear
Jason Ekstrand
2016-09-12
1
-2
/
+4
*
intel/blorp: Take a destination swizzle in blorp_blit
Jason Ekstrand
2016-09-12
1
-0
/
+1
*
intel/blorp: Take an isl_swizzle instead of a SWIZZLE
Jason Ekstrand
2016-09-12
1
-1
/
+27
*
intel/isl: Add an isl_swizzle structure and use it for isl_view swizzles
Jason Ekstrand
2016-09-12
1
-23
/
+8
*
st/mesa: fix is_scissor_enabled when X/Y are negative
Ilia Mirkin
2016-09-12
1
-4
/
+6
*
Revert "i965: Drop the maximum 3D texture size to 512 on Sandy Bridge"
Jason Ekstrand
2016-09-12
1
-10
/
+1
*
mesa: Enable OES/EXT_tessellation_shader for ES 3.1 + ARB_tess drivers.
Kenneth Graunke
2016-09-12
1
-4
/
+4
*
i965: check for GL_TEXTURE_EXTERNAL_OES at miptree_create_for_teximage
Alejandro Piñeiro
2016-09-12
1
-0
/
+1
*
i965/rbc: Clarify rational given for shader image resolves
Topi Pohjolainen
2016-09-12
1
-3
/
+4
*
i965/blorp: Use hw generetad primitive copies for layered clears
Topi Pohjolainen
2016-09-12
1
-24
/
+12
*
i965/blorp: Sanity check all layers before actual clear
Topi Pohjolainen
2016-09-12
1
-2
/
+5
*
intel/blorp: Add plumbing for setting color clear layer count
Topi Pohjolainen
2016-09-12
1
-3
/
+3
*
i965/rbc: Allocate mcs directly
Topi Pohjolainen
2016-09-12
4
-63
/
+26
*
i965: Add sanity check for non-compressible texture views
Topi Pohjolainen
2016-09-12
1
-0
/
+34
*
i965/rbc: Consult rb settings for texture surface setup
Topi Pohjolainen
2016-09-12
1
-7
/
+60
*
i965: Track non-compressible sampling of renderbuffers
Topi Pohjolainen
2016-09-12
3
-2
/
+52
*
i965: Replace boolean rb surface state setup argument with flags
Topi Pohjolainen
2016-09-12
3
-12
/
+20
*
i965/rbc: Allow integer formats as advertised in isl_format.c
Topi Pohjolainen
2016-09-12
1
-2
/
+1
*
i965: remove unused variable at intel_miptree_create_for_teximage
Alejandro Piñeiro
2016-09-12
1
-1
/
+0
*
mesa/glsl: Move string_to_uint_map into the util folder
Thomas Helland
2016-09-12
7
-375
/
+4
*
mesa: Convert symbol table to the util hash table
Thomas Helland
2016-09-12
1
-7
/
+8
*
mesa: Convert string_to_uint_map to the util hash table
Thomas Helland
2016-09-12
1
-44
/
+22
*
util: Move hash_table_call_foreach to util hash table
Thomas Helland
2016-09-12
1
-14
/
+0
*
mesa: Remove prog_hash_table.c
Thomas Helland
2016-09-12
4
-82
/
+23
*
mesa: Remove unused hash table includes
Thomas Helland
2016-09-12
1
-1
/
+0
*
i965: Fix calculation of the image height at start level
Antia Puentes
2016-09-10
1
-6
/
+21
*
android: depend on libmesa_genxml from i965 Android.gen.mk
Tapani Pälli
2016-09-09
1
-0
/
+2
*
i965: release GLSL IR in LinkShader after it's not needed
Tapani Pälli
2016-09-09
1
-0
/
+11
*
i965/fs: Fail the shader compile instead of asserting when we can't spill
Jason Ekstrand
2016-09-08
1
-2
/
+3
*
gallium: remove PIPE_BIND_TRANSFER_READ/WRITE
Marek Olšák
2016-09-08
2
-7
/
+6
*
mesa/formatquery: limit ES target support, fix core context support
Ilia Mirkin
2016-09-06
1
-7
/
+8
*
main: GL_RGB10_A2UI does not come with GL 3.0/EXT_texture_integer
Ilia Mirkin
2016-09-06
1
-1
/
+7
*
vbo: increase VBO_SAVE_BUFFER_SIZE from 8k to 256k dwords
Tim Rowley
2016-09-06
1
-1
/
+1
*
Android: glsl: add rules to generate ir_expression*.h header files
Rob Herring
2016-09-06
3
-4
/
+12
*
mesa: Fix types in _mesa_get_color_read_format().
Kenneth Graunke
2016-09-05
1
-1
/
+1
*
intel: Pull the guts of gen7_l3_state.c into a shared helper
Jason Ekstrand
2016-09-03
2
-333
/
+39
*
intel: Rename brw_get_device_name/info to gen_get_device_name/info
Jason Ekstrand
2016-09-03
7
-7
/
+7
*
intel: s/brw_device_info/gen_device_info/
Jason Ekstrand
2016-09-03
56
-288
/
+288
*
intel: Add a new "common" library for more code sharing
Jason Ekstrand
2016-09-03
7
-668
/
+4
*
main: add KHR_robustness to ES 3.2 extension requirements
Ilia Mirkin
2016-09-03
1
-0
/
+1
*
i965: fix noop_scissor range issue on width/height
Jordan Justen
2016-09-01
1
-7
/
+7
*
st/mesa: expose OES_geometry_shader and OES_texture_cube_map_array
Ilia Mirkin
2016-08-31
1
-0
/
+15
*
Introduce .editorconfig
Eric Engestrom
2016-08-31
1
-0
/
+2
*
i965: Pass start_offset to brw_set_uip_jip().
Matt Turner
2016-08-31
4
-14
/
+6
*
i965: Merge gen7_clip_state atom into gen6_clip_state atom.
Kenneth Graunke
2016-08-31
3
-20
/
+1
*
i965: Use gs_prog_data in is_drawing_points/lines().
Kenneth Graunke
2016-08-31
4
-17
/
+19
*
i965: Fix missing dirty bits related to is_drawing_points/lines.
Kenneth Graunke
2016-08-31
3
-5
/
+23
[next]