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
path:
root
/
src
/
mesa
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
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
3
-0
/
+27
*
main: Cosmetic updates to GetBufferPointerv.
Laura Ekstrand
2015-03-17
1
-4
/
+5
*
main: Add entry point for GetNamedBufferPointerv.
Laura Ekstrand
2015-03-17
3
-0
/
+25
*
main: Add entry points for GetNamedBufferParameteri[64]v.
Laura Ekstrand
2015-03-17
3
-0
/
+48
*
main: Refactor GetBufferParameteri[64]v.
Laura Ekstrand
2015-03-17
1
-74
/
+45
*
main: Add entry point for FlushMappedNamedBufferRange.
Laura Ekstrand
2015-03-17
3
-0
/
+21
*
main: Refactor FlushMappedBufferRange.
Laura Ekstrand
2015-03-17
2
-26
/
+40
*
main: Add entry point for UnmapNamedBuffer.
Laura Ekstrand
2015-03-17
3
-13
/
+42
*
main: Add entry points for MapNamedBuffer[Range].
Laura Ekstrand
2015-03-17
3
-3
/
+55
*
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
3
-0
/
+48
*
main: Refactor ClearBuffer[Sub]Data.
Laura Ekstrand
2015-03-17
3
-79
/
+69
*
main: Add entry point for CopyNamedBufferSubData.
Laura Ekstrand
2015-03-17
3
-33
/
+79
*
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
3
-49
/
+90
*
main: Add entry point for NamedBufferData.
Laura Ekstrand
2015-03-17
3
-22
/
+61
*
main: Add entry point for NamedBufferStorage.
Laura Ekstrand
2015-03-17
3
-17
/
+58
*
main: Add entry point for CreateBuffers.
Laura Ekstrand
2015-03-17
3
-14
/
+57
*
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
*
i965: Emit IF/ELSE/ENDIF/WHILE JIP with type W on Gen7
Antia Puentes
2015-03-16
1
-4
/
+4
*
gallium: add FMA and DFMA opcodes (v3)
Marek Olšák
2015-03-16
1
-4
/
+9
*
i965: De-duplicate is_expression_commutative() functions.
Kenneth Graunke
2015-03-15
4
-46
/
+25
*
i965/gen4-5: Cope with immutable-format texture revalidation
Chris Forbes
2015-03-14
1
-3
/
+10
*
i965/vs: Add missing resolve_bool_comparison calls on GEN4 and GEN5
Ian Romanick
2015-03-13
1
-0
/
+13
*
i965/disasm: Fix format strings
Chris Forbes
2015-03-14
1
-24
/
+24
*
i965/disasm: Mark format() as being printf-style.
Chris Forbes
2015-03-14
1
-0
/
+3
*
mesa: Check for valid PBO access in gl(Compressed)Tex(Sub)Image calls
Eduardo Lima Mitev
2015-03-13
1
-77
/
+103
*
mesa: Separate PBO validation checks from buffer mapping, to allow reuse
Eduardo Lima Mitev
2015-03-13
2
-31
/
+100
*
mesa: Set the correct image size in _mesa_validate_pbo_access()
Eduardo Lima Mitev
2015-03-13
1
-1
/
+1
*
meta: Remove error checks for texture <-> pixel-buffer transfers that don't b...
Eduardo Lima Mitev
2015-03-13
1
-32
/
+0
*
mesa: improve ARB_copy_image internal format compat check
Seán de Búrca
2015-03-12
1
-21
/
+130
*
i965: Use NIR for scalar VS when INTEL_USE_NIR is set.
Kenneth Graunke
2015-03-12
1
-5
/
+10
*
i965/fs: Add VS output support to nir_setup_outputs().
Kenneth Graunke
2015-03-12
1
-5
/
+11
*
i965/fs: Handle VS inputs in the NIR backend.
Kenneth Graunke
2015-03-12
1
-1
/
+22
*
i965/fs: Refactor fs_visitor::nir_setup_inputs().
Kenneth Graunke
2015-03-12
1
-10
/
+19
*
i965: Implement NIR intrinsics for loading VS system values.
Kenneth Graunke
2015-03-12
1
-0
/
+51
*
i965/nir: Lower to registers a bit later.
Kenneth Graunke
2015-03-12
1
-3
/
+3
*
i965/nir: Optimize after nir_lower_var_copies().
Kenneth Graunke
2015-03-12
1
-0
/
+3
*
i965/fs: Store a pointer to brw_sampler_prog_key_data in the visitor.
Kenneth Graunke
2015-03-12
3
-35
/
+33
*
tnl: HAVE_LE32_VERTS is never defined, remove associated code
Brian Paul
2015-03-12
1
-7
/
+0
*
mesa: move LONGSTRING into generated enums.c
Brian Paul
2015-03-12
1
-9
/
+0
[next]