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
/
state_tracker
Commit message (
Expand
)
Author
Age
Files
Lines
*
st/mesa/r200/i915/i965: move ARB program fields into a union
Timothy Arceri
2016-11-17
3
-11
/
+11
*
st/mesa: stop initialing Instructions and NumInstructions
Timothy Arceri
2016-11-17
2
-6
/
+0
*
mesa: if MESA_DEBUG=context, create a debug context
Brian Paul
2016-11-16
1
-0
/
+2
*
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
*
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
1
-1
/
+2
*
mesa: remove LowerShaderSharedVariables
Marek Olšák
2016-11-10
1
-3
/
+0
*
mesa/extensions: expose OES_vertex_half_float for ES2
Kevin Strasser
2016-11-09
1
-2
/
+5
*
st/mesa: initialize members of glsl_to_tgsi_instruction in emit_asm()
Brian Paul
2016-11-05
1
-0
/
+4
*
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
*
st/mesa/r200/i915/i965: use rzalloc() to create gl_program
Timothy Arceri
2016-11-03
1
-6
/
+12
*
mesa: rename gl_client_array -> gl_vertex_array
Brian Paul
2016-10-28
6
-20
/
+20
*
st/mesa: set RobustAccess true when is supported
Tapani Pälli
2016-10-27
1
-1
/
+3
*
st/mesa: allow multiple concurrent waiters in ClientWaitSync
Marek Olšák
2016-10-26
1
-4
/
+22
*
st/mesa: unduplicate st_check_sync code
Marek Olšák
2016-10-26
1
-20
/
+6
*
nir: stop adjusting driver location for varying packing
Timothy Arceri
2016-10-26
1
-3
/
+0
*
glsl/st/mesa: use common system values read field
Timothy Arceri
2016-10-26
2
-3
/
+3
*
st/mesa: use common patch outputs written field
Timothy Arceri
2016-10-26
2
-2
/
+2
*
st/mesa: use common patch inputs read field
Timothy Arceri
2016-10-26
2
-2
/
+2
*
r200/glsl/st/mesa: use common outputs written field
Timothy Arceri
2016-10-26
5
-8
/
+11
*
st/mesa: use common double inputs read field
Timothy Arceri
2016-10-26
3
-3
/
+6
*
r200/i915/st/mesa/compiler: use common inputs read field
Timothy Arceri
2016-10-26
7
-18
/
+18
*
st/mesa/r200/i915/i965: eliminate gl_fragment_program
Timothy Arceri
2016-10-26
17
-60
/
+50
*
i965/mesa/st/swrast: set fs shader_info directly and switch to using it
Timothy Arceri
2016-10-26
1
-2
/
+2
*
st/mesa: get interpolation location at translation time
Timothy Arceri
2016-10-26
3
-15
/
+18
*
st/mesa: stop making use of InterpQualifier array
Timothy Arceri
2016-10-26
2
-31
/
+41
*
i965/mesa/st: eliminate gl_compute_program
Timothy Arceri
2016-10-26
8
-12
/
+12
*
st/mesa: switch cs over to shared shader_info
Timothy Arceri
2016-10-26
2
-8
/
+5
*
mesa/i965/i915/r200: eliminate gl_vertex_program
Timothy Arceri
2016-10-26
11
-35
/
+34
*
i965/mesa/st: eliminate gl_geometry_program
Timothy Arceri
2016-10-26
9
-19
/
+19
*
st/mesa: switch gs over to shared shader_info
Timothy Arceri
2016-10-26
1
-4
/
+7
*
i965/mesa/st: eliminate gl_tess_eval_program
Timothy Arceri
2016-10-26
9
-19
/
+19
*
st/mesa: switch tes over to shared shader_info
Timothy Arceri
2016-10-26
1
-5
/
+7
*
i965/mesa/st: eliminate gl_tess_ctrl_program
Timothy Arceri
2016-10-26
8
-16
/
+16
*
st/mesa: switch tcs over to shared shader_info
Timothy Arceri
2016-10-26
1
-1
/
+1
*
glsl: add temporary copy_shader_info() function
Timothy Arceri
2016-10-26
2
-3
/
+3
*
mesa: modify _mesa_copy_linked_program_data() to take gl_linked_shader
Timothy Arceri
2016-10-26
2
-6
/
+7
*
st/mesa: cleanup and fix primitive restart for indirect draws
Nicolai Hähnle
2016-10-24
1
-17
/
+28
*
gallium: add PIPE_CAP_STREAM_OUTPUT_INTERLEAVE_BUFFERS
Ilia Mirkin
2016-10-22
1
-1
/
+1
*
st/mesa: only set primitive_restart when the restart index is in range
Nicolai Hähnle
2016-10-20
1
-2
/
+13
*
st/glsl_to_tgsi: sort input and output decls by TGSI index
Nicolai Hähnle
2016-10-20
1
-0
/
+28
*
st/glsl_to_tgsi: fix block copies of arrays of structs
Nicolai Hähnle
2016-10-20
1
-2
/
+4
*
st/glsl_to_tgsi: fix block copies of arrays of doubles
Nicolai Hähnle
2016-10-20
1
-0
/
+1
*
st/mesa: disable alpha-test, alpha-to-coverage, alpha-to-one for integer FBs
Marek Olšák
2016-10-19
2
-2
/
+4
*
mesa: remove gl_shader_compiler_options::EmitNoNoise
Marek Olšák
2016-10-19
1
-2
/
+0
[next]