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: 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
*
i965: Make gen7_pi field of brw_instruction use unsigned instead of GLuint
Kristian Høgsberg
2014-06-09
1
-12
/
+12
*
i965: Don't include mtypes.h in brw_disasm.c
Kristian Høgsberg
2014-06-09
1
-2
/
+0
*
i965/fs: initialize src as reg_undef for texture opcodes on Gen4.
Matt Turner
2014-06-09
1
-6
/
+6
*
i965/fs: initialize src as reg_undef for texture opcodes on Gen5/6.
Tapani Pälli
2014-06-09
1
-9
/
+9
*
android, dricore: undefined reference to _mesa_streaming_load_memcpy
Adrian Negreanu
2014-06-09
1
-0
/
+5
*
android, mesa_gen_matypes: pull in timespec POSIX definition
Adrian Negreanu
2014-06-09
2
-0
/
+2
*
android: add src/gallium/auxiliary as include path for libmesa_dricore
Adrian Negreanu
2014-06-09
1
-1
/
+2
*
android: adapt to the megadriver mechanism
Adrian Negreanu
2014-06-09
2
-0
/
+18
*
add megadriver_stub_FILES
Adrian Negreanu
2014-06-09
2
-1
/
+4
*
i965/disasm: Properly debug negate source modifier for logical instructions
Abdiel Janulgue
2014-06-09
1
-3
/
+21
*
i965/vec4: skip copy-propate for logical instructions with negated src entries
Abdiel Janulgue
2014-06-09
1
-0
/
+17
*
i965/fs: skip copy-propate for logical instructions with negated src entries
Abdiel Janulgue
2014-06-09
1
-0
/
+17
*
i965/fs: Refactor check for potential copy propagated instructions.
Abdiel Janulgue
2014-06-09
1
-10
/
+17
*
i965: Ensure that we end instruction streams properly.
Iago Toral Quiroga
2014-06-09
1
-0
/
+2
*
i965/fs: Add Gen < 6 runtime checks for line antialiasing.
Iago Toral Quiroga
2014-06-09
2
-27
/
+67
*
i965/fs: Let the gen < 8 generator know about runtime_check_aads_emit
Iago Toral Quiroga
2014-06-09
4
-3
/
+7
*
mesa: Add extension enable for ARB_compressed_texture_pixel_storage
Chris Forbes
2014-06-10
1
-0
/
+1
*
mesa: Add pixel storage support for GetCompressedTexImage
Chris Forbes
2014-06-10
1
-33
/
+40
*
mesa: Compute proper strides for compressed texture pixel storage.
Chris Forbes
2014-06-10
1
-0
/
+35
*
mesa: Extract computation of compressed pixel store params
Chris Forbes
2014-06-10
2
-14
/
+50
*
mesa: Emit errors for inconsistent compressed pixel store state
Chris Forbes
2014-06-10
3
-1
/
+60
*
mesa: Add new pixel pack/unpack state for
Chris Forbes
2014-06-10
3
-0
/
+78
*
tests: Add new enum strings for ARB_compressed_texture_pixel_storage
Chris Forbes
2014-06-10
1
-0
/
+8
*
mesa: Make CompressedTexSubImage errors more consistent
Chris Forbes
2014-06-10
1
-3
/
+3
*
mesa: Trim down PixelStorei implementation
Chris Forbes
2014-06-10
1
-119
/
+56
*
mesa/main: Prevent sefgault on glGetIntegerv(GL_ATOMIC_COUNTER_BUFFER_BINDING).
José Fonseca
2014-06-08
1
-1
/
+5
*
Revert "i965: Move brw_land_fwd_jump() to compilation unit of its use."
Iago Toral Quiroga
2014-06-07
3
-16
/
+21
[next]