index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965/state: Remove brw->state.dirty
Jordan Justen
2015-03-31
2
-7
/
+0
*
i965/state: Don't use brw->state.dirty.mesa
Jordan Justen
2015-03-31
5
-12
/
+11
*
i965/state: Don't use brw->state.dirty.brw
Jordan Justen
2015-03-31
33
-83
/
+82
*
i965/state: Add compute pipeline with empty atom lists
Jordan Justen
2015-03-31
3
-1
/
+37
*
i965/state: Only upload render programs for render state uploads
Jordan Justen
2015-03-31
1
-20
/
+25
*
i965/state: Create separate dirty state bits for each pipeline
Jordan Justen
2015-03-31
2
-27
/
+75
*
i965/state: Support multiple pipelines in brw->num_atoms
Jordan Justen
2015-03-31
2
-39
/
+65
*
i965/state: Rename brw_clear_dirty_bits to brw_render_state_finished
Jordan Justen
2015-03-31
3
-3
/
+3
*
i965/state: Rename brw_upload_state to brw_upload_render_state
Jordan Justen
2015-03-31
3
-10
/
+11
*
gallivm: do some hack heuristic to disable texture functions
Roland Scheidegger
2015-04-01
1
-0
/
+40
*
i965/fs: Allow CSE to handle MULs with negated arguments.
Matt Turner
2015-03-31
1
-5
/
+37
*
i965: Mark brw_inst_bits' brw_inst* parameter const.
Matt Turner
2015-03-31
1
-12
/
+12
*
glsl: Remove bogus Makefile dependency.
Matt Turner
2015-03-31
1
-2
/
+0
*
glsl: Reassociate multiplication of mat*mat*vec.
Matt Turner
2015-03-31
1
-0
/
+14
*
glsl: Implement type inferencing of matrix types.
Matt Turner
2015-03-31
1
-4
/
+6
*
glsl: Factor out a get_mul_type() function.
Matt Turner
2015-03-31
3
-57
/
+78
*
nouveau: synchronize "scratch runout" destruction with the command stream
Marcin Ślusarz
2015-03-31
2
-19
/
+37
*
i965/skl: Avoid using the 1D stencil layout for stencil-only images
Neil Roberts
2015-03-31
1
-1
/
+2
*
clover: Return CL_BUILD_ERROR for CL_PROGRAM_BUILD_STATUS when compilation fa...
Tom Stellard
2015-03-31
1
-0
/
+2
*
radeonsi/compute: Default to the same PIPE_SHADER_CAP values as other shader ...
Tom Stellard
2015-03-31
1
-1
/
+5
*
radeon/vce: implement video usability information support
Leo Liu
2015-03-31
3
-0
/
+59
*
st/omx/enc: export framerate to vce driver
Leo Liu
2015-03-31
1
-4
/
+4
*
llvmpipe: enable ARB_texture_gather
Roland Scheidegger
2015-03-31
1
-2
/
+3
*
gallivm: implement TG4 for ARB_texture_gather
Roland Scheidegger
2015-03-31
2
-40
/
+133
*
gallivm: add gather support to sampler interface
Roland Scheidegger
2015-03-31
3
-21
/
+34
*
gallivm: simplify sampler interface
Roland Scheidegger
2015-03-31
6
-271
/
+218
*
util/debug: Update MgwHelp link, drop BfdHelp link.
Jose Fonseca
2015-03-31
1
-10
/
+2
*
gallivm: Fix build against LLVM 3.7 SVN r233648
Michel Dänzer
2015-03-31
1
-0
/
+5
*
vc4: Drop integer multiplies with 0 to moves of 0.
Eric Anholt
2015-03-30
1
-0
/
+8
*
vc4: Add a constant folding pass.
Eric Anholt
2015-03-30
4
-0
/
+113
*
glsl: allow ForceGLSLVersion to override #version directives
Brian Paul
2015-03-30
3
-6
/
+10
*
vc4: Don't bother masking out the low 24 bits for integer multiplies
Eric Anholt
2015-03-30
1
-12
/
+8
*
vc4: Make integer multiply use 24 bits for the low parts.
Eric Anholt
2015-03-30
1
-5
/
+5
*
glsl: fail when a shader's input var has not an equivalent out var in previous
Samuel Iglesias Gonsalvez
2015-03-30
1
-0
/
+13
*
radeonsi: Cache LLVMTargetMachineRef in context instead of in screen
Michel Dänzer
2015-03-30
6
-30
/
+41
*
glsl: fix unreachable(!"") to unreachable("")
Tapani Pälli
2015-03-30
1
-1
/
+1
*
freedreno/a3xx: add support for point sprite coordinate replacement
Ilia Mirkin
2015-03-28
4
-30
/
+28
*
freedreno/a3xx: make vs-set point size work
Ilia Mirkin
2015-03-28
3
-2
/
+10
*
freedreno/a3xx: point size should not be divided by 2
Ilia Mirkin
2015-03-28
2
-5
/
+5
*
freedreno/a3xx: fix 3d texture layout
Ilia Mirkin
2015-03-28
2
-7
/
+16
*
freedreno/a3xx: LAYERSZ2 appears to have no effect on arrays
Ilia Mirkin
2015-03-28
1
-2
/
+1
*
nir: Fix copy and pasted error message in nir_validate.
Kenneth Graunke
2015-03-28
1
-2
/
+1
*
i965/nir: Use NIR for ARB_vertex_program support on Gen8+.
Kenneth Graunke
2015-03-27
1
-4
/
+10
*
i965: Move env_var_as_boolean to intel_debug.c.
Kenneth Graunke
2015-03-27
3
-22
/
+29
*
i965/fs: Add ARB_fragment_program support to the NIR backend.
Kenneth Graunke
2015-03-27
2
-26
/
+51
*
nir: Lower subtraction to add with negation when !lower_negate.
Kenneth Graunke
2015-03-27
1
-0
/
+2
*
nir: Implement a Mesa IR -> NIR translator.
Kenneth Graunke
2015-03-27
5
-0
/
+1143
*
nir: Add builder helpers for MOVs with ALU sources and swizzling MOVs.
Kenneth Graunke
2015-03-27
1
-0
/
+44
*
nir: Add nir_builder helpers for creating load_const intrinsics.
Kenneth Graunke
2015-03-27
1
-0
/
+35
*
i965/skl: Don't use the PMA depth stall workaround
Ben Widawsky
2015-03-27
1
-1
/
+6
[next]