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
Commit message (
Expand
)
Author
Age
Files
Lines
*
nir/peephole_select: Copy instructions into the block before the if
Jason Ekstrand
2015-03-17
1
-13
/
+20
*
nir/peephole_select: Rename are_all_move_to_phi and use a switch
Jason Ekstrand
2015-03-17
1
-25
/
+31
*
glx: Handle out-of-sequence swap completion events correctly. (v2)
Mario Kleiner
2015-03-17
1
-2
/
+7
*
r600g: constify r600_shader_tgsi_instruction lists.
Emil Velikov
2015-03-17
1
-5
/
+5
*
r600g: kill off r600_shader_tgsi_instruction::{tgsi_opcode,is_op3}
Emil Velikov
2015-03-17
1
-591
/
+589
*
r600g: use the tgsi opcode from parse.FullToken.FullInstruction
Emil Velikov
2015-03-17
1
-5
/
+8
*
i965/fs: Apply gl_FrontFacing ? -1 : 1 optimization only for floats
Ian Romanick
2015-03-17
1
-0
/
+3
*
i965/fs: Change try_opt_frontfacing_ternary to eliminate asserts
Ian Romanick
2015-03-17
1
-5
/
+2
*
i965/fs: Handle CMP.nz ... 0 and AND.nz ... 1 similarly in cmod propagation
Ian Romanick
2015-03-17
2
-1
/
+135
*
i965: Mark paths in linear <-> tiled functions as unreachable().
Matt Turner
2015-03-17
1
-0
/
+16
*
egl: Remove eglQueryString virtual dispatch.
Matt Turner
2015-03-17
6
-109
/
+12
*
main: Correct _mesa_error with no format in bufferobj.c.
Laura Ekstrand
2015-03-17
1
-1
/
+1
*
main: Cosmetic changes to GetBufferSubData.
Laura Ekstrand
2015-03-17
2
-3
/
+3
*
main: Add entry point for GetNamedBufferSubData.
Laura Ekstrand
2015-03-17
4
-0
/
+34
*
main: Cosmetic updates to GetBufferPointerv.
Laura Ekstrand
2015-03-17
1
-4
/
+5
*
main: Add entry point for GetNamedBufferPointerv.
Laura Ekstrand
2015-03-17
4
-0
/
+31
*
main: Add entry points for GetNamedBufferParameteri[64]v.
Laura Ekstrand
2015-03-17
4
-0
/
+60
*
main: Refactor GetBufferParameteri[64]v.
Laura Ekstrand
2015-03-17
1
-74
/
+45
*
main: Add entry point for FlushMappedNamedBufferRange.
Laura Ekstrand
2015-03-17
4
-0
/
+27
*
main: Refactor FlushMappedBufferRange.
Laura Ekstrand
2015-03-17
2
-26
/
+40
*
main: Add entry point for UnmapNamedBuffer.
Laura Ekstrand
2015-03-17
4
-13
/
+47
*
main: Add entry points for MapNamedBuffer[Range].
Laura Ekstrand
2015-03-17
4
-3
/
+69
*
main: Refactor MapBuffer[Range].
Laura Ekstrand
2015-03-17
2
-161
/
+133
*
main: Minor whitespace fixes in ClearNamedBuffer[Sub]Data.
Laura Ekstrand
2015-03-17
2
-4
/
+4
*
main: Add entry points for ClearNamedBuffer[Sub]Data.
Laura Ekstrand
2015-03-17
4
-0
/
+66
*
main: Refactor ClearBuffer[Sub]Data.
Laura Ekstrand
2015-03-17
3
-79
/
+69
*
main: Add entry point for CopyNamedBufferSubData.
Laura Ekstrand
2015-03-17
4
-33
/
+87
*
main: Improve errors and style in BufferSubData.
Laura Ekstrand
2015-03-17
2
-5
/
+9
*
main: Add entry point for NamedBufferSubData.
Laura Ekstrand
2015-03-17
4
-49
/
+97
*
main: Add entry point for NamedBufferData.
Laura Ekstrand
2015-03-17
4
-22
/
+68
*
main: Add entry point for NamedBufferStorage.
Laura Ekstrand
2015-03-17
4
-17
/
+65
*
main: Add entry point for CreateBuffers.
Laura Ekstrand
2015-03-17
4
-14
/
+64
*
Revert "main: _mesa_cube_level_complete checks NumLayers."
Laura Ekstrand
2015-03-17
1
-4
/
+0
*
i965/skl: Send a message header when doing constant loads SIMD4x2
Neil Roberts
2015-03-17
3
-6
/
+53
*
i965/fs: in MAD optimizations, switch last argument to be immediate
Tapani Pälli
2015-03-17
1
-1
/
+10
*
common.py: Fix PEP 8 issues.
Vinson Lee
2015-03-16
1
-44
/
+53
*
gallivm: abort properly when running out of buffer space in lp_disassembly
Roland Scheidegger
2015-03-17
1
-4
/
+8
*
docs/GL3: also mark GLES3/GS5 for radeonsi as done
Marek Olšák
2015-03-16
1
-1
/
+1
*
st/dri: remove unused include from the automake/scons build
Emil Velikov
2015-03-16
2
-2
/
+0
*
auxiliary/os: fix the android build - s/drm_munmap/os_munmap/
Emil Velikov
2015-03-16
1
-2
/
+2
*
gallium/sw/kms: trivial cleanups
Emil Velikov
2015-03-16
1
-4
/
+2
*
loader: include <sys/stat.h> for non-sysfs builds
Emil Velikov
2015-03-16
1
-1
/
+1
*
c11/threads: Use PTHREAD_MUTEX_RECURSIVE by default
Felix Janda
2015-03-16
1
-6
/
+1
*
radeonsi: implement TGSI_OPCODE_BFI (v2)
Marek Olšák
2015-03-16
2
-1
/
+35
*
radeonsi: add a helper for extracting bitfields from parameters (v2)
Marek Olšák
2015-03-16
1
-16
/
+27
*
i965: Emit IF/ELSE/ENDIF/WHILE JIP with type W on Gen7
Antia Puentes
2015-03-16
1
-4
/
+4
*
radeonsi: move scratch reloc state setup
Marek Olšák
2015-03-16
2
-15
/
+22
*
radeonsi: don't emit PA_SC_LINE_STIPPLE if not rendering lines
Marek Olšák
2015-03-16
1
-0
/
+8
*
radeonsi: don't emit PA_SC_LINE_STIPPLE after every rasterizer state change
Marek Olšák
2015-03-16
4
-7
/
+7
*
radeonsi: move PA_SU_SC_MODE_CNTL to rasterizer state
Marek Olšák
2015-03-16
5
-30
/
+14
[next]