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
/
program
Commit message (
Expand
)
Author
Age
Files
Lines
*
glsl: add ARB_shader_ballot operations
Nicolai Hähnle
2017-04-05
1
-0
/
+3
*
mesa: Replace program locks with atomic inc/dec.
Matt Turner
2017-04-05
1
-12
/
+3
*
glsl: ir_explog_to_explog2 is no more
Erik Faye-Lund
2017-04-01
1
-1
/
+3
*
mesa: remove MESA_GLSL=no_opts env option
Timothy Arceri
2017-03-31
2
-5
/
+2
*
mesa: split _NEW_TEXTURE into _NEW_TEXTURE_OBJECT & _NEW_TEXTURE_STATE
Marek Olšák
2017-03-29
1
-2
/
+2
*
mesa/program: consistently use ifndef guards over pragma once
Emil Velikov
2017-03-22
4
-4
/
+9
*
nir: Rework conversion opcodes
Jason Ekstrand
2017-03-14
1
-1
/
+1
*
st/mesa: don't propagate uniforms when restoring from cache
Timothy Arceri
2017-03-08
2
-6
/
+11
*
mesa: Drop unused STATE_TEXRECT_SCALE program statevars.
Kenneth Graunke
2017-03-01
2
-24
/
+0
*
mesa: annotate functions for C linkage
Emil Velikov
2017-02-21
1
-0
/
+8
*
glsl: fix scons builds with shader cache
Timothy Arceri
2017-02-17
1
-0
/
+2
*
glsl: make use of on disk shader cache
Timothy Arceri
2017-02-17
1
-0
/
+8
*
st/mesa/i965: create link status enum
Timothy Arceri
2017-02-09
1
-2
/
+2
*
mesa/program: Translate csel operation from GLSL IR.
Francisco Jerez
2017-01-31
1
-1
/
+8
*
mesa/program: Add unused ir operations.
Dave Airlie
2017-01-20
1
-0
/
+28
*
glsl: Add basic ARB_gpu_shader_int64 types
Dave Airlie
2017-01-20
1
-0
/
+14
*
compiler: Merge shader_info's tcs and tes structs.
Kenneth Graunke
2017-01-10
1
-1
/
+1
*
st/mesa/glsl: move SamplerTargets to gl_program
Timothy Arceri
2017-01-06
1
-1
/
+1
*
st/mesa/glsl: set SamplersUsed directly in gl_program
Timothy Arceri
2017-01-06
1
-1
/
+0
*
mesa/glsl: remove hack to reset sampler units to zero
Timothy Arceri
2017-01-06
1
-5
/
+16
*
st/mesa/glsl: add new is_arb_asm flag in gl_program
Timothy Arceri
2017-01-06
2
-5
/
+10
*
glsl: run do_lower_jumps properly in do_common_optimizations
Marek Olšák
2017-01-05
1
-2
/
+0
*
glsl/mesa: add reference to gl_shader_program_data from gl_program
Timothy Arceri
2016-12-31
1
-0
/
+2
*
mesa: pass gl_program to _mesa_append_uniforms_to_file()
Timothy Arceri
2016-12-30
2
-4
/
+3
*
mesa/compiler: add stage to shader_info
Timothy Arceri
2016-12-30
1
-0
/
+1
*
treewide: s/comparitor/comparator/
Ilia Mirkin
2016-12-12
2
-8
/
+8
*
compiler: Add the rest of the subpassInput types
Jason Ekstrand
2016-11-22
1
-0
/
+1
*
glsl: add gl_linked_shader::SourceChecksum
Marek Olšák
2016-11-22
1
-0
/
+4
*
compiler: Store the clip/cull distance array sizes in shader_info.
Kenneth Graunke
2016-11-19
1
-1
/
+2
*
st/mesa/glsl/nir/i965: make use of new gl_shader_program_data in gl_shader_pr...
Timothy Arceri
2016-11-19
1
-17
/
+17
*
glsl: create gl_program at the start of linking rather than the end
Timothy Arceri
2016-11-19
1
-6
/
+1
*
st/mesa/i965: simplify gl_program references and stop leaking
Timothy Arceri
2016-11-19
1
-3
/
+4
*
mesa: fix old classic drivers to use ralloc for ARB asm programs
Timothy Arceri
2016-11-18
2
-6
/
+5
*
st/mesa/r200/i915/i965: move ARB program fields into a union
Timothy Arceri
2016-11-17
11
-175
/
+183
*
mesa: make use of ralloc when creating ARB asm gl_program fields
Timothy Arceri
2016-11-17
12
-69
/
+52
*
mesa: remove unused Comment field in prog_instruction
Timothy Arceri
2016-11-17
3
-38
/
+12
*
glsl/lower_if: don't lower branches touching tess control outputs
Marek Olšák
2016-11-15
1
-1
/
+2
*
linker: Remove unnecessary overload of program_resource_visitor::visit_field
Ian Romanick
2016-11-10
1
-4
/
+7
*
mesa/glsl: delete previously linked shaders earlier when linking
Timothy Arceri
2016-11-03
1
-1
/
+1
*
st/mesa/r200/i915/i965: use rzalloc() to create gl_program
Timothy Arceri
2016-11-03
1
-2
/
+2
*
mesa/program: Add _mesa_symbol_table_replace_symbol()
Samuel Iglesias Gonsálvez
2016-10-26
2
-0
/
+18
*
glsl/st/mesa: use common system values read field
Timothy Arceri
2016-10-26
3
-4
/
+3
*
r200/glsl/st/mesa: use common outputs written field
Timothy Arceri
2016-10-26
5
-11
/
+11
*
r200/i915/st/mesa/compiler: use common inputs read field
Timothy Arceri
2016-10-26
5
-18
/
+18
*
st/mesa/r200/i915/i965: eliminate gl_fragment_program
Timothy Arceri
2016-10-26
9
-102
/
+69
*
i965/mesa/st/swrast: set fs shader_info directly and switch to using it
Timothy Arceri
2016-10-26
4
-10
/
+3
*
mesa: remove unrequired code
Timothy Arceri
2016-10-26
1
-2
/
+0
*
i965/mesa/st: eliminate gl_compute_program
Timothy Arceri
2016-10-26
2
-26
/
+2
*
mesa/i965/i915/r200: eliminate gl_vertex_program
Timothy Arceri
2016-10-26
7
-86
/
+55
*
i965/mesa/st: eliminate gl_geometry_program
Timothy Arceri
2016-10-26
2
-27
/
+1
[next]