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
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965/fs: Use LOAD_PAYLOAD in emit_texture_gen7().
Matt Turner
2014-06-17
1
-62
/
+73
*
i965/fs: Lower LOAD_PAYLOAD and clean up.
Matt Turner
2014-06-17
2
-0
/
+39
*
i965/fs: Add SHADER_OPCODE_LOAD_PAYLOAD.
Matt Turner
2014-06-17
5
-0
/
+33
*
i965: Use 8x4 aligned rectangles for HiZ operations on Broadwell.
Kenneth Graunke
2014-06-16
1
-4
/
+16
*
i965: Make INTEL_DEBUG=mip print out whether HiZ is enabled.
Kenneth Graunke
2014-06-16
1
-0
/
+2
*
main/extensions: Only parse MESA_EXTENSION_OVERRIDE once
Jordan Justen
2014-06-16
1
-74
/
+40
*
main/extensions: Build list of extensions that can't be disabled
Jordan Justen
2014-06-16
1
-5
/
+20
*
main/extensions: Create extra extensions override string
Jordan Justen
2014-06-16
1
-0
/
+38
*
i965/cs: Use override structure rather than separate env var
Jordan Justen
2014-06-16
2
-4
/
+2
*
main/extensions: Add early extension override structures
Jordan Justen
2014-06-16
3
-0
/
+59
*
main/extensions: Create a context-less set_extensions function
Jordan Justen
2014-06-16
1
-5
/
+20
*
main/extensions: Don't advertise unknown extensions overrides with (-)
Jordan Justen
2014-06-16
1
-1
/
+1
*
Enable GL_ARB_explicit_uniform_location in the drivers.
Tapani Pälli
2014-06-16
3
-0
/
+3
*
mesa: support inactive uniforms in glUniform* functions
Tapani Pälli
2014-06-16
1
-0
/
+15
*
mesa: add new enum MAX_UNIFORM_LOCATIONS
Tapani Pälli
2014-06-16
5
-0
/
+12
*
mesa: add enable bit for ARB_explicit_uniform_location
Tapani Pälli
2014-06-16
2
-0
/
+2
*
i965/vec4: Use the sampler for pull constant loads on Broadwell.
Kenneth Graunke
2014-06-15
1
-8
/
+8
*
i965: Add missing newlines to a few perf_debug messages.
Kenneth Graunke
2014-06-15
1
-2
/
+2
*
i965: Drop Broadwell perf_debugs about missing MOCS that aren't missing.
Kenneth Graunke
2014-06-15
2
-4
/
+0
*
i965: Add missing MOCS setup for 3DSTATE_INDEX_BUFFER on Broadwell.
Kenneth Graunke
2014-06-15
1
-3
/
+1
*
i965/vec4: Fix dead code elimination for VGRFs of size > 1.
Kenneth Graunke
2014-06-15
1
-1
/
+2
*
i965: Add SHADER_OPCODE_SHADER_TIME_ADD to dump_instructions() decode.
Kenneth Graunke
2014-06-15
1
-0
/
+2
*
mesa/drivers: Fix clang constant-logical-operand warnings.
Vinson Lee
2014-06-14
4
-13
/
+13
*
meta_blit: properly compute texture width for the CopyTexSubImage fallback
Jason Ekstrand
2014-06-13
1
-1
/
+1
*
Remove _mesa_is_type_integer and _mesa_is_enum_format_or_type_integer
Neil Roberts
2014-06-13
2
-36
/
+0
*
i965: Set the fast clear color value for texture surfaces
Neil Roberts
2014-06-12
2
-2
/
+6
*
i965: Fix disassembly of BLORP clear programs.
Kenneth Graunke
2014-06-12
1
-1
/
+1
*
i965/fs: Move FB write default state mashing in a level.
Kenneth Graunke
2014-06-12
1
-7
/
+7
*
i965: Fix Haswell discard regressions since Gen4-5 line AA fix.
Kenneth Graunke
2014-06-12
1
-2
/
+7
*
i965: Use brw->gen in some generation checks.
Matt Turner
2014-06-11
5
-11
/
+17
*
i965/fs: Clean up tabs in brw_fs_cse.cpp.
Matt Turner
2014-06-11
1
-43
/
+43
*
meta: save and restore swizzle for _GenerateMipmap
Robert Bragg
2014-06-11
1
-0
/
+12
*
i965/vec4: Emit smarter code for b2f of a comparison
Ian Romanick
2014-06-11
2
-0
/
+48
*
i965/vec4: Silence a couple unused parameter warnings
Ian Romanick
2014-06-11
1
-2
/
+2
*
glsl: Store gl_uniform_driver_storage::format as the actual type
Ian Romanick
2014-06-11
1
-1
/
+1
*
i965: Add GPU BLIT of texture image to PBO in Intel driver
Jon Ashburn
2014-06-10
1
-0
/
+110
*
i965: Invalidate live intervals when inserting Gen4 SEND workarounds.
Kenneth Graunke
2014-06-10
1
-0
/
+6
*
i965: Don't use the head sentinel as an fs_inst in Gen4 workaround code.
Kenneth Graunke
2014-06-10
1
-1
/
+1
*
meta: Label the meta GLSL clear program.
Kenneth Graunke
2014-06-10
1
-0
/
+1
*
i965/fs: Combine generate_math[12]_gen6 methods.
Kenneth Graunke
2014-06-10
2
-33
/
+13
*
i965/fs: Drop the generate_math[12]_gen7 methods.
Kenneth Graunke
2014-06-10
2
-30
/
+5
*
i965/vec4: Combine generate_math[12]_gen6 methods.
Kenneth Graunke
2014-06-10
2
-28
/
+12
*
i965/vec4: Drop the generate_math2_gen7() method.
Kenneth Graunke
2014-06-10
2
-14
/
+1
*
i965: Rename brw_math to gen4_math.
Kenneth Graunke
2014-06-10
6
-46
/
+46
*
i965: Split Gen4-5 and Gen6+ MATH instruction emitters.
Kenneth Graunke
2014-06-10
4
-89
/
+39
*
i965: Make src_reg::equals() take a constant reference, not a pointer.
Kenneth Graunke
2014-06-10
3
-14
/
+14
*
i965: Don't set the "switch" flag on control flow instructions on Gen6+.
Kenneth Graunke
2014-06-10
1
-6
/
+4
*
i965/fs: Allow CSE on math opcodes on Gen6+.
Kenneth Graunke
2014-06-10
1
-0
/
+11
*
i965: Replace open-coded linked list with exec_list.
Matt Turner
2014-06-10
4
-62
/
+45
*
mesa: Fix substitution of large shaders
Cody Northrop
2014-06-10
1
-3
/
+14
[next]