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
*
scons: Disable MSVC signed/unsigned mismatch warnings.
José Fonseca
2015-03-18
1
-0
/
+1
*
docs: Update progress on ARB_direct_state_access.
Laura Ekstrand
2015-03-18
1
-2
/
+2
*
dri: add _glapi_set_nop_handler(), _glapi_new_nop_table() to dri_test.c
Brian Paul
2015-03-18
1
-0
/
+11
*
mesa: remove MSVC warning pragmas
Brian Paul
2015-03-18
1
-20
/
+0
*
mesa: add void to format_array_format_table_init() declaration
Brian Paul
2015-03-18
1
-1
/
+1
*
mapi: move some #includes from .h file to .c files
Brian Paul
2015-03-18
3
-3
/
+5
*
mesa: make _mesa_alloc_dispatch_table() static
Brian Paul
2015-03-18
2
-9
/
+5
*
mesa: reimplement dispatch table no-op function handling
Brian Paul
2015-03-18
3
-67
/
+37
*
mapi: add new _glapi_new_nop_table() and _glapi_set_nop_handler()
Brian Paul
2015-03-18
5
-41
/
+108
*
freedreno/ir3: fix infinite recursion in sched
Rob Clark
2015-03-18
1
-1
/
+1
*
freedreno: fix spelling
Rob Clark
2015-03-18
1
-1
/
+1
*
docs/GL3: don't list nv30
Marek Olšák
2015-03-18
1
-2
/
+2
*
docs/GL3: don't list swrast
Marek Olšák
2015-03-18
1
-21
/
+21
*
docs/GL3: don't list r300
Marek Olšák
2015-03-18
1
-28
/
+28
*
radeonsi: increase coords array size for radeon_llvm_emit_prepare_cube_coords
Marek Olšák
2015-03-18
2
-2
/
+2
*
configure: check if compiler supports -Werror=vla.
Jonathan Gray
2015-03-18
1
-2
/
+14
*
i965: Defer the throttle until we submit new commands
Chris Wilson
2015-03-18
2
-34
/
+44
*
i965: Throttle to the previous frame
Chris Wilson
2015-03-18
3
-11
/
+17
*
i965: Throttle rendering to an fbo
Chris Wilson
2015-03-18
3
-9
/
+29
*
nir/peephole_select: Allow uniform/input loads and load_const
Jason Ekstrand
2015-03-17
1
-0
/
+25
*
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
[next]