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
/
mesa
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
i965/blorp: Add support for layered rendering
Topi Pohjolainen
2015-04-30
4
-5
/
+9
*
i965/blorp: Allow blend state to be set for multiple render targets
Topi Pohjolainen
2015-04-30
3
-19
/
+18
*
i965/blorp: Prepare for attributes other than render position
Topi Pohjolainen
2015-04-30
4
-7
/
+12
*
i965/blorp: Remove unused arguments
Topi Pohjolainen
2015-04-30
3
-21
/
+12
*
i965/gen7/blorp: Remove unused arguments
Topi Pohjolainen
2015-04-30
1
-47
/
+28
*
i965/blorp: Allow caller to provide sampler settings
Topi Pohjolainen
2015-04-30
3
-8
/
+14
*
i965/blorp: Refactor vertex buffer state setup
Topi Pohjolainen
2015-04-30
1
-26
/
+34
*
i965/blorp: Remove constant parameter
Topi Pohjolainen
2015-04-30
3
-20
/
+0
*
i965/gen8: Expose state base address setup
Topi Pohjolainen
2015-04-30
2
-2
/
+5
*
i965/ps/gen8: Refactor state uploading
Topi Pohjolainen
2015-04-30
2
-26
/
+58
*
i965/ps/gen7: Refactor state uploading
Topi Pohjolainen
2015-04-30
2
-20
/
+45
*
i965: Refactor sampler state setup
Topi Pohjolainen
2015-04-30
2
-22
/
+47
*
i965: Remove dependency to tex object in default color setup
Topi Pohjolainen
2015-04-30
1
-11
/
+11
*
i965: Refactor and expose brw_upload_binding_table()
Topi Pohjolainen
2015-04-30
2
-7
/
+21
*
i965: Expose and refactor brw_update_renderbuffer_surfaces()
Topi Pohjolainen
2015-04-30
2
-21
/
+35
*
i965: Refactor rb surface setup to allow caller to store offsets
Topi Pohjolainen
2015-04-30
5
-58
/
+59
*
i965/gen8: Use constant pointers for reading miptree details
Topi Pohjolainen
2015-04-30
1
-2
/
+2
*
i965/ps: Use SET_FIELD() for sampler count
Topi Pohjolainen
2015-04-30
3
-4
/
+7
*
i965: Don't try to apply the opt_sampler_eot extension for vs
Neil Roberts
2015-04-29
1
-0
/
+3
*
util/macros: Move DIV_ROUND_UP to util/macros.h
Axel Davy
2015-04-29
1
-4
/
+1
*
mesa: Fix glGetProgramiv(GL_ACTIVE_ATTRIBUTES).
Jose Fonseca
2015-04-29
1
-2
/
+4
*
meta: remove unneeded #include colortab.h
Brian Paul
2015-04-28
1
-1
/
+0
*
mesa: remove unneeded #include colortab.h
Brian Paul
2015-04-28
1
-1
/
+0
*
mesa: remove unused options var in compile_shader()
Brian Paul
2015-04-28
1
-3
/
+0
*
st/mesa: allow glsl version up to 410, enable ARB_shader_precision
Ilia Mirkin
2015-04-28
1
-2
/
+4
*
i965/vs: Remove unnecessary NULL check on generate_code() result.
Kenneth Graunke
2015-04-27
1
-2
/
+1
*
i965: Enable ARB_gpu_shader5 on Gen8+.
Matt Turner
2015-04-27
1
-6
/
+2
*
i965/fs: Fix code emission for imul_high in NIR.
Matt Turner
2015-04-27
1
-1
/
+23
*
i965/fs: Fix stride for multiply in macro.
Matt Turner
2015-04-27
1
-0
/
+2
*
Revert "i965/fs: Allow SIMD16 borrow/carry/64-bit multiply on Gen > 7."
Matt Turner
2015-04-27
1
-3
/
+3
*
mesa: fix up GLSL version when computing GL version
Ilia Mirkin
2015-04-27
1
-0
/
+17
*
mesa: the function name appears to have a gl prefix already
Ilia Mirkin
2015-04-27
1
-2
/
+2
*
Fix a few typos
Zoë Blade
2015-04-27
28
-38
/
+38
*
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
*
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
*
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
[prev]
[next]