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
*
mesa: if MESA_DEBUG=context, create a debug context
Brian Paul
2016-11-16
4
-2
/
+27
*
st/mesa: swap bytes in the fallback format translation path of GetTexImage
Nicolai Hähnle
2016-11-16
1
-0
/
+6
*
st/mesa: simplify and fix st_GetTexSubImage
Nicolai Hähnle
2016-11-16
1
-49
/
+24
*
st/mesa: fix SINT <-> UINT conversion during PBO upload / download
Nicolai Hähnle
2016-11-16
5
-22
/
+89
*
st/mesa: change st_pbo_create_upload_fs to st_pbo_get_upload_fs
Nicolai Hähnle
2016-11-16
3
-10
/
+11
*
st/mesa: fix ReadPixels into packed formats with PBO
Nicolai Hähnle
2016-11-16
1
-2
/
+1
*
i965: miptree: prevent potential NULL pointer access
Lionel Landwerlin
2016-11-16
1
-2
/
+8
*
glsl_to_tgsi: lower small branches based on the CAP
Marek Olšák
2016-11-15
1
-1
/
+4
*
glsl/lower_if: don't lower branches touching tess control outputs
Marek Olšák
2016-11-15
3
-3
/
+5
*
meta/GetTexSubImage: Account for GL_PACK_SKIP_IMAGES on compressed textures
Eduardo Lima Mitev
2016-11-15
1
-3
/
+17
*
main: return error if asking for GL_TEXTURE_BORDER_COLOR in TEXTURE_2D_MULTIS...
Samuel Iglesias Gonsálvez
2016-11-15
1
-0
/
+12
*
i965/vec4: skip registers already marked as no_spill
Juan A. Suarez Romero
2016-11-14
1
-2
/
+2
*
Fix races during _mesa_HashWalk().
Steinar H. Gunderson
2016-11-12
1
-11
/
+7
*
i965: Drop tabs in brw_state.h.
Kenneth Graunke
2016-11-11
1
-13
/
+13
*
i965: Update a comment: s/brw_state_cache/brw_program_cache/g
Kenneth Graunke
2016-11-11
1
-2
/
+2
*
mesa: fix comment indentation in bind_buffers_check_offset_and_size()
Brian Paul
2016-11-11
1
-10
/
+10
*
i965: update gl_PrimitiveIDIn to be a system variable
Timothy Arceri
2016-11-11
3
-13
/
+4
*
i965: use nir_shader_gather_info() over do_set_program_inouts()
Timothy Arceri
2016-11-11
2
-2
/
+2
*
i965: remove remaining tabs in brw_program_cache.c
Timothy Arceri
2016-11-11
1
-30
/
+28
*
i965: rename brw_state_cache_check_size() to brw_program_cache_check_size()
Timothy Arceri
2016-11-11
4
-4
/
+4
*
i965: rename brw_state_cache.c -> brw_program_cache.c
Timothy Arceri
2016-11-11
4
-9
/
+9
*
i965/gs: Allow primitive id to be a system value
Jason Ekstrand
2016-11-10
1
-1
/
+2
*
android/i965: add libmesa_i965_compiler static library
Tapani Pälli
2016-11-11
1
-4
/
+28
*
mesa/compiler: move MAX_VARYING to shader_enums.h
Kenneth Graunke
2016-11-11
1
-1
/
+0
*
linker: Remove unnecessary overload of program_resource_visitor::visit_field
Ian Romanick
2016-11-10
1
-4
/
+7
*
mesa: remove LowerShaderSharedVariables
Marek Olšák
2016-11-10
3
-9
/
+0
*
mesa/extensions: expose OES_vertex_half_float for ES2
Kevin Strasser
2016-11-09
5
-4
/
+14
*
i965/compute: Allow ARB_compute_shader in compat profile
Jordan Justen
2016-11-09
1
-1
/
+1
*
i965: Fix GPU hang related to multiple render targets and alpha testing
Anuj Phogat
2016-11-08
1
-0
/
+6
*
i965/gen9: Allow sampling with hiz when supported
Jordan Justen
2016-11-08
1
-1
/
+28
*
i965/gen9: Add HiZ auxiliary buffer support
Ben Widawsky
2016-11-08
1
-6
/
+14
*
i965: Add function to indicate when sampling with hiz is supported
Jordan Justen
2016-11-08
3
-1
/
+25
*
i965/miptree: Create a hiz mcs type
Ben Widawsky
2016-11-08
5
-41
/
+49
*
i965: Drop the aux mt when not used
Ben Widawsky
2016-11-08
4
-16
/
+46
*
i965/miptree: Directly gtt map the mcs buffer
Ben Widawsky
2016-11-08
1
-2
/
+9
*
i965: Wrap MCS miptree in intel_miptree_aux_buffer
Jordan Justen
2016-11-08
4
-59
/
+86
*
i965: Add space before paren
Anuj Phogat
2016-11-07
1
-1
/
+1
*
i965: Remove unnecessary white space
Anuj Phogat
2016-11-07
1
-1
/
+1
*
i965: Fix alpha-to-coverage and alpha test enabled checks
Anuj Phogat
2016-11-07
4
-12
/
+16
*
mesa: Add helper function _mesa_is_alpha_to_coverage_enabled()
Anuj Phogat
2016-11-07
2
-0
/
+16
*
mesa: Add helper function _mesa_is_alpha_test_enabled()
Anuj Phogat
2016-11-07
2
-0
/
+14
*
mesa: Use separate line for function return type
Anuj Phogat
2016-11-07
1
-1
/
+2
*
mesa: drop current draw/read buffer when ctx is released
Rob Clark
2016-11-07
1
-0
/
+4
*
st/mesa: initialize members of glsl_to_tgsi_instruction in emit_asm()
Brian Paul
2016-11-05
1
-0
/
+4
*
mesa: Add linear ETC2/EAC to the compressed format list with ES3 compat.
Kenneth Graunke
2016-11-04
1
-6
/
+12
*
st/mesa: fix the layer of VDPAU surface samplers
Nicolai Hähnle
2016-11-04
3
-17
/
+27
*
st/glsl_to_tgsi: fix dvec[34] loads from SSBO
Nicolai Hähnle
2016-11-04
1
-6
/
+4
*
i965: Use rzalloc for cfg_t
Chris Wilson
2016-11-03
1
-1
/
+1
*
i965: use rzalloc instead of calloc in brwNewProgram
Tapani Pälli
2016-11-03
1
-1
/
+1
*
mesa/glsl: delete previously linked shaders earlier when linking
Timothy Arceri
2016-11-03
3
-15
/
+13
[next]