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
*
Fix a few typos
Zoë Blade
2015-04-27
72
-95
/
+95
*
i965/gen8: Factor out texture surface state set-up from gen8_update_texture_s...
Francisco Jerez
2015-04-27
1
-60
/
+77
*
i965/gen7: Factor out texture surface state set-up from gen7_update_texture_s...
Francisco Jerez
2015-04-27
2
-54
/
+84
*
i965: Add helper functions to calculate the slice pitch of an array or 3D mip...
Francisco Jerez
2015-04-27
2
-40
/
+84
*
scons: add target osmesa using gallium state tracker.
Olivier Pena
2015-04-27
7
-1
/
+110
*
radeonsi: set an optimal value for DB_Z_INFO.ZRANGE_PRECISION
Marek Olšák
2015-04-27
1
-7
/
+2
*
radeonsi: remove deprecated and useless registers
Marek Olšák
2015-04-27
1
-10
/
+0
*
radeonsi: remove useless includes
Marek Olšák
2015-04-27
1
-3
/
+0
*
gallium/radeon: print winsys info with R600_DEBUG=info
Marek Olšák
2015-04-27
2
-0
/
+28
*
winsys/radeon: make radeon_bo_vtbl static
Marek Olšák
2015-04-27
1
-2
/
+2
*
glsl: replace while loop with without_array function
Timothy Arceri
2015-04-27
1
-3
/
+1
*
glsl: support packing of arrays of arrays
Timothy Arceri
2015-04-27
1
-8
/
+2
*
glsl: add arrays of arrays support to without_array function
Timothy Arceri
2015-04-27
1
-1
/
+6
*
gallium/hud: add more options to customize HUD panes
Gediminas Jakutis
2015-04-26
2
-6
/
+161
*
i965: Fill out the rest of brw_debug_recompile_sampler_key().
Kenneth Graunke
2015-04-25
1
-0
/
+8
*
i965: Disassemble sampler message names on Gen5+.
Kenneth Graunke
2015-04-25
1
-4
/
+34
*
i965/fs: Disallow constant propagation into POW on Gen 6.
Matt Turner
2015-04-25
1
-2
/
+8
*
mesa: add support for exposing up to GL4.2
Ilia Mirkin
2015-04-24
1
-1
/
+45
*
i965/fs: Add missing pixel_x/y to brw_instruction_name().
Matt Turner
2015-04-24
1
-0
/
+5
*
i965/fs: Don't constant propagate into integer math instructions.
Matt Turner
2015-04-24
2
-3
/
+5
*
mesa: put more info in glTexImage GL_OUT_OF_MEMORY error message
Brian Paul
2015-04-24
1
-1
/
+3
*
i965/fs: Allow 2-src math instructions to have immediate src1.
Matt Turner
2015-04-24
2
-7
/
+11
*
nir: Transform pow(x, 4) into (x*x)*(x*x).
Matt Turner
2015-04-24
1
-0
/
+1
*
glsl: Transform pow(x, 4) into (x*x)*(x*x).
Matt Turner
2015-04-24
1
-0
/
+20
*
mesa: fix glGetActiveUniformsiv regression
Tapani Pälli
2015-04-24
1
-4
/
+16
*
mesa: refactor active attrib queries for glGetProgramiv
Tapani Pälli
2015-04-24
1
-25
/
+14
*
i965: Add an INTEL_DEBUG=spill option to test spilling
Jason Ekstrand
2015-04-23
3
-1
/
+3
*
i965/debug: Use the ull specifier for DEBUG enum defines
Jason Ekstrand
2015-04-23
1
-31
/
+31
*
i965: Disallow linear blits that are not cacheline aligned.
Kenneth Graunke
2015-04-23
1
-8
/
+19
*
i965: Make intel_emit_linear_blit handle Gen8+ alignment restrictions.
Kenneth Graunke
2015-04-23
1
-8
/
+14
*
mapi: Adding missing string.h include.
Pali Rohár
2015-04-23
1
-0
/
+2
*
os/os_memory_aligned.h: Handle integer overflow.
Jose Fonseca
2015-04-23
1
-1
/
+27
*
draw: fix prim ids when there's no gs
Roland Scheidegger
2015-04-23
3
-2
/
+15
*
gallium/radeon: don't crash when getting out-of-bounds TEMP references
Marek Olšák
2015-04-23
1
-0
/
+6
*
nir/lower_source_mods: Don't propagate register sources
Jason Ekstrand
2015-04-22
1
-0
/
+7
*
nir: Rewrite instr_rewrite_src
Jason Ekstrand
2015-04-22
1
-24
/
+28
*
nir/locals_to_regs: Hanadle indirect accesses of length-1 arrays
Jason Ekstrand
2015-04-22
1
-0
/
+8
*
nir/locals_to_regs: Initialize registers with constant initializers
Jason Ekstrand
2015-04-22
1
-0
/
+103
*
nir/locals_to_regs: Pass around the nir_shader rather than a void * mem_ctx
Jason Ekstrand
2015-04-22
1
-13
/
+13
*
nir: Add a simple growing array data structure
Jason Ekstrand
2015-04-22
1
-0
/
+96
*
nir/types: Make glsl_get_length smarter
Jason Ekstrand
2015-04-22
4
-55
/
+8
*
nir: Move get_const_initializer_load from vars_to_ssa to NIR core
Jason Ekstrand
2015-04-22
3
-62
/
+65
*
nir/lower_vars_to_ssa: Pass around the nir_shader instead of a void mem_ctx
Jason Ekstrand
2015-04-22
1
-14
/
+14
*
i965/nir: Use the correct offsets when handling register indirects
Jason Ekstrand
2015-04-22
1
-27
/
+27
*
nir/print: Print the closing paren on load_const instructions
Jason Ekstrand
2015-04-22
1
-0
/
+2
*
nir/tex: Use the correct return size for query_levels and lod
Jason Ekstrand
2015-04-22
1
-1
/
+4
*
nir: Refactor tex_instr_dest_size to use a switch statement
Jason Ekstrand
2015-04-22
1
-5
/
+8
*
nir/lower_vars_to_ssa: Actually look for indirects when determining aliasing
Jason Ekstrand
2015-04-22
1
-0
/
+4
*
st/mesa: add ARB_texture_stencil8 support (v4)
Dave Airlie
2015-04-23
4
-16
/
+22
*
mesa: finish implementing ARB_texture_stencil8 (v5)
Dave Airlie
2015-04-23
4
-5
/
+58
[next]