index
:
~grigorig/mesa
bocache-optim
descvram
faster
glx-no-error
guardband
ib-size-tune
intel_ci
master
stuff
vdpau-422
Mesa patches
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2015-04-25
i965/fs: Disallow constant propagation into POW on Gen 6.
HEAD
master
Matt Turner
1
-2
/
+8
2015-04-24
mesa: add support for exposing up to GL4.2
Ilia Mirkin
1
-1
/
+45
2015-04-24
i965/fs: Add missing pixel_x/y to brw_instruction_name().
Matt Turner
1
-0
/
+5
2015-04-24
i965/fs: Don't constant propagate into integer math instructions.
Matt Turner
2
-3
/
+5
2015-04-24
docs: add news item and link release notes for mesa 10.5.4
Emil Velikov
2
-0
/
+7
2015-04-24
docs: Add sha256 sums for the 10.5.4 release
Emil Velikov
1
-1
/
+2
2015-04-24
Add release notes for the 10.5.4 release
Emil Velikov
1
-0
/
+124
2015-04-24
mesa: put more info in glTexImage GL_OUT_OF_MEMORY error message
Brian Paul
1
-1
/
+3
2015-04-24
i965/fs: Allow 2-src math instructions to have immediate src1.
Matt Turner
2
-7
/
+11
2015-04-24
nir: Transform pow(x, 4) into (x*x)*(x*x).
Matt Turner
1
-0
/
+1
2015-04-24
glsl: Transform pow(x, 4) into (x*x)*(x*x).
Matt Turner
1
-0
/
+20
2015-04-24
mesa: fix glGetActiveUniformsiv regression
Tapani Pälli
1
-4
/
+16
2015-04-24
mesa: refactor active attrib queries for glGetProgramiv
Tapani Pälli
1
-25
/
+14
2015-04-23
i965: Add an INTEL_DEBUG=spill option to test spilling
Jason Ekstrand
3
-1
/
+3
2015-04-23
i965/debug: Use the ull specifier for DEBUG enum defines
Jason Ekstrand
1
-31
/
+31
2015-04-23
i965: Disallow linear blits that are not cacheline aligned.
Kenneth Graunke
1
-8
/
+19
2015-04-23
i965: Make intel_emit_linear_blit handle Gen8+ alignment restrictions.
Kenneth Graunke
1
-8
/
+14
2015-04-23
mapi: Adding missing string.h include.
Pali Rohár
1
-0
/
+2
2015-04-23
os/os_memory_aligned.h: Handle integer overflow.
Jose Fonseca
1
-1
/
+27
2015-04-23
draw: fix prim ids when there's no gs
Roland Scheidegger
3
-2
/
+15
2015-04-23
gallium/radeon: don't crash when getting out-of-bounds TEMP references
Marek Olšák
1
-0
/
+6
2015-04-22
nir/lower_source_mods: Don't propagate register sources
Jason Ekstrand
1
-0
/
+7
2015-04-22
nir: Rewrite instr_rewrite_src
Jason Ekstrand
1
-24
/
+28
2015-04-22
nir/locals_to_regs: Hanadle indirect accesses of length-1 arrays
Jason Ekstrand
1
-0
/
+8
2015-04-22
nir/locals_to_regs: Initialize registers with constant initializers
Jason Ekstrand
1
-0
/
+103
2015-04-22
nir/locals_to_regs: Pass around the nir_shader rather than a void * mem_ctx
Jason Ekstrand
1
-13
/
+13
2015-04-22
nir: Add a simple growing array data structure
Jason Ekstrand
1
-0
/
+96
2015-04-22
nir/types: Make glsl_get_length smarter
Jason Ekstrand
4
-55
/
+8
2015-04-22
nir: Move get_const_initializer_load from vars_to_ssa to NIR core
Jason Ekstrand
3
-62
/
+65
2015-04-22
nir/lower_vars_to_ssa: Pass around the nir_shader instead of a void mem_ctx
Jason Ekstrand
1
-14
/
+14
2015-04-22
i965/nir: Use the correct offsets when handling register indirects
Jason Ekstrand
1
-27
/
+27
2015-04-22
nir/print: Print the closing paren on load_const instructions
Jason Ekstrand
1
-0
/
+2
2015-04-22
nir/tex: Use the correct return size for query_levels and lod
Jason Ekstrand
1
-1
/
+4
2015-04-22
nir: Refactor tex_instr_dest_size to use a switch statement
Jason Ekstrand
1
-5
/
+8
2015-04-22
nir/lower_vars_to_ssa: Actually look for indirects when determining aliasing
Jason Ekstrand
1
-0
/
+4
2015-04-23
docs: mark off texture_stencil8 (v2.1)
Dave Airlie
2
-1
/
+2
2015-04-23
st/mesa: add ARB_texture_stencil8 support (v4)
Dave Airlie
4
-16
/
+22
2015-04-23
mesa: finish implementing ARB_texture_stencil8 (v5)
Dave Airlie
4
-5
/
+58
2015-04-22
mesa: remove the gl_sl_pragmas structure
Jason Ekstrand
3
-22
/
+0
2015-04-22
i965: Add a brw_compiler structure and store the register sets in it
Jason Ekstrand
7
-97
/
+120
2015-04-22
i965: Rename brw_compile to brw_codegen
Jason Ekstrand
29
-246
/
+246
2015-04-22
i965: Use device_info instead of the context for computing vue maps
Jason Ekstrand
4
-7
/
+12
2015-04-22
i965: Use device_info instead of the context in instruction scheduling
Jason Ekstrand
3
-14
/
+13
2015-04-22
i965: Add a devinfo field to backend_visitor and use it for gen checks
Jason Ekstrand
19
-221
/
+225
2015-04-22
i965: Remove remaining uses of ctx->Const.UniformBooleanTrue in visitors
Jason Ekstrand
2
-12
/
+6
2015-04-22
i965/vec4: Add a devinfo field to the generator and use it for gen checks
Jason Ekstrand
2
-46
/
+42
2015-04-22
i965/fs: Add a devinfo field to the generator and use it for gen checks
Jason Ekstrand
2
-59
/
+58
2015-04-22
i965/device_info: Add a supports_simd16_3src flag
Jason Ekstrand
6
-55
/
+56
2015-04-22
i965/device_info: Add a HSW_FEATURES macro
Jason Ekstrand
1
-3
/
+7
2015-04-22
i965: Make the annotation code take a device_info instead of a context
Jason Ekstrand
4
-10
/
+14
[next]