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
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: Store the GPU revision number in brw_context
Neil Roberts
2015-03-20
3
-1
/
+24
*
mesa: Make sure the buffer exists in _mesa_lookup_bufferobj_err
Fredrik Höglund
2015-03-20
1
-4
/
+6
*
u_primconvert: add primitive restart support
Dave Airlie
2015-03-20
7
-87
/
+203
*
i965/fp: Emit discard jumps.
Kenneth Graunke
2015-03-19
1
-0
/
+3
*
i965/fs: Make an emit_discard_jump() function to reduce duplication.
Kenneth Graunke
2015-03-19
4
-21
/
+18
*
main: Add TEXTURE_CUBE_MAP support in CopyTextureSubImage3D.
Laura Ekstrand
2015-03-19
1
-3
/
+11
*
main: Simplify debug messages for CopyTex*SubImage*D.
Laura Ekstrand
2015-03-19
2
-49
/
+38
*
glsl: Annotate as_foo functions that the this pointer cannot be NULL
Ian Romanick
2015-03-19
1
-0
/
+4
*
main: Change the type argument of use_shader_program() to gl_shader_stage.
Paul Berry
2015-03-19
1
-12
/
+11
*
main: Clean up a strange construction in use_shader_program().
Paul Berry
2015-03-19
1
-1
/
+1
*
i965/nir: Sort uniforms direct-first and use two different uniform registers
Jason Ekstrand
2015-03-19
2
-7
/
+24
*
nir/lower_io: Add a assign_locations function that sorts by [in]direct use
Jason Ekstrand
2015-03-19
2
-0
/
+75
*
nir/lower_io: Make variable location assignment a manual operation
Jason Ekstrand
2015-03-19
3
-12
/
+9
*
nir: Use a list instead of a hash_table for inputs, outputs, and uniforms
Jason Ekstrand
2015-03-19
7
-45
/
+32
*
gallivm: remove unused 'builder' variable
Brian Paul
2015-03-19
1
-1
/
+0
*
mesa: use more descriptive error messages for glUniform errors
Brian Paul
2015-03-19
1
-4
/
+65
*
i965/fs: Print spills:fills and number of promoted constants.
Matt Turner
2015-03-19
7
-13
/
+25
*
i965/fs: Emit better b2f of an expression on GEN4 and GEN5
Ian Romanick
2015-03-19
2
-4
/
+99
*
util: Optimize _mesa_roundeven with SSE 4.1.
Matt Turner
2015-03-18
1
-0
/
+20
*
util: Add a roundeven test.
Matt Turner
2015-03-18
2
-1
/
+143
*
mesa: Replace _mesa_round_to_even() with _mesa_roundeven().
Matt Turner
2015-03-18
7
-40
/
+82
*
i965/fs: Ignore type in cmod prop if scan_inst is CMP.
Matt Turner
2015-03-18
1
-12
/
+13
*
i965/nir: Make our environment variable checking smarter
Jason Ekstrand
2015-03-18
1
-2
/
+22
*
egl: don't fill client apis string forever.
Dave Airlie
2015-03-19
1
-0
/
+1
*
swrast: Use BITFIELD64_BIT for arrayAttribs.
Jose Fonseca
2015-03-18
1
-1
/
+1
*
scons: Don't link program_lexer.l/y twice.
Jose Fonseca
2015-03-18
1
-8
/
+3
*
gallivm: Use INFINITY directly.
Jose Fonseca
2015-03-18
1
-8
/
+1
*
scons: Silence MSVC warnings about overflows in constant arithmetic.
Jose Fonseca
2015-03-18
1
-0
/
+2
*
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
[next]