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
*
glsl: pass mem_ctx to constant_expression_value(...) and friends
Timothy Arceri
2017-08-11
2
-4
/
+9
*
glsl: stop copying struct and interface member names
Timothy Arceri
2017-08-11
2
-21
/
+19
*
glsl: calculate number of operands in an expression once
Timothy Arceri
2017-08-11
2
-5
/
+5
*
dri: Introduce SWAP_METHOD tokens
Thomas Hellstrom
2017-08-10
6
-10
/
+8
*
dri: Fix __DRIconfig reporting of __DRI_ATTRIB_SWAP_METHOD
Thomas Hellstrom
2017-08-10
2
-6
/
+2
*
TextureStorage1D should return INVALID_OPERATION if target is not a 1D texture
Iago Toral Quiroga
2017-08-09
1
-1
/
+1
*
Update TextureParameter* error for incompatible texture targets
Iago Toral Quiroga
2017-08-09
1
-1
/
+1
*
i965/bufmgr: Set bo->idle after waiting.
Kenneth Graunke
2017-08-08
1
-0
/
+2
*
i965: Don't use ggtt_bo for Gen8+ streamout offset buffer.
Kenneth Graunke
2017-08-08
1
-1
/
+1
*
i965: Simplify *_bo() helpers.
Kenneth Graunke
2017-08-08
1
-47
/
+25
*
i965: Get rid of KSP_ro
Kenneth Graunke
2017-08-08
1
-15
/
+4
*
i965: Only call create_for_planar_image for multiple planes
Jason Ekstrand
2017-08-08
1
-1
/
+4
*
mesa: don't error check the default buffer object
Timothy Arceri
2017-08-08
1
-11
/
+11
*
mesa: check default buffer object creation was successful
Timothy Arceri
2017-08-08
1
-0
/
+9
*
mesa: add NULL checking to free_shared_state()
Timothy Arceri
2017-08-08
2
-31
/
+65
*
i965/miptree: Set supports_fast_clear = false in make_shareable
Jason Ekstrand
2017-08-07
1
-0
/
+1
*
i965/miptree: Rework create flags
Jason Ekstrand
2017-08-07
8
-38
/
+52
*
i965/miptree: Delete MIPTREE_LAYOUT_TILING_(Y|ANY)
Jason Ekstrand
2017-08-07
6
-24
/
+8
*
i965/miptree: Delete an unused function declaration
Jason Ekstrand
2017-08-07
1
-5
/
+0
*
i965/miptree: Call alloc_aux in create_for_bo
Jason Ekstrand
2017-08-07
1
-6
/
+7
*
i965/miptree: Delete MIPTREE_LAYOUT_FOR_SCANOUT
Jason Ekstrand
2017-08-07
3
-7
/
+15
*
i965/miptree: Delete some unused layout flags
Jason Ekstrand
2017-08-07
2
-10
/
+2
*
i965/miptree: Refactor is_mcs_supported
Jason Ekstrand
2017-08-07
1
-4
/
+9
*
i965/miptree Remove layout_flags parameter form is_mcs_supported
Jason Ekstrand
2017-08-07
1
-9
/
+2
*
fix GL_ARB_spirv_extensions name
Ilia Mirkin
2017-08-06
1
-1
/
+1
*
mesa: hook up queries for NUM_TILING_TYPES and TILING_TYPES
Andres Rodriguez
2017-08-06
3
-0
/
+47
*
mesa: hook up UUID queries for driver and device
Andres Rodriguez
2017-08-06
5
-0
/
+73
*
mesa: implement glGetUnsignedByte{v|i_v}
Andres Rodriguez
2017-08-06
1
-0
/
+174
*
mesa/st: expose EXT_memory_object and EXT_memory_object_fd
Andres Rodriguez
2017-08-06
3
-0
/
+6
*
mesa: hook up (Named)BufferStorageMem api
Timothy Arceri
2017-08-06
1
-20
/
+65
*
mesa/st: implement memory objects as a backend for buffer objects
Andres Rodriguez
2017-08-06
2
-17
/
+61
*
mesa/st: implement memory objects as a backend for texture storage
Dave Airlie
2017-08-06
2
-12
/
+106
*
mesa/st: factor out st_AllocTextureStorage into a helper
Andres Rodriguez
2017-08-06
1
-7
/
+19
*
mesa: hook up memory object multisamples tex(ture)storage api
Andres Rodriguez
2017-08-06
3
-28
/
+103
*
mesa: hook up memoryobject tex(ture)storage api
Andres Rodriguez
2017-08-06
4
-32
/
+191
*
mesa/st: start adding memory object support
Dave Airlie
2017-08-06
4
-0
/
+93
*
mesa: add support for memory object parameters
Andres Rodriguez
2017-08-06
2
-1
/
+53
*
mesa: add support for memory object creation/import/delete
Andres Rodriguez
2017-08-06
6
-2
/
+233
*
mapi: add EXT_external_objects and EXT_external_objects_fd
Andres Rodriguez
2017-08-06
8
-1
/
+552
*
i965: Reduce passing 2x32b of reloc_domains to 2 bits
Chris Wilson
2017-08-04
23
-291
/
+127
*
i965: Convert reloc.target_handle into an index for I915_EXEC_HANDLE_LUT
Kenneth Graunke
2017-08-04
1
-2
/
+2
*
i965: Use a C99 initializer for new validation list entries.
Kenneth Graunke
2017-08-04
1
-10
/
+7
*
i965: Simplify some bo != batch->bo special cases.
Kenneth Graunke
2017-08-04
1
-27
/
+19
*
i965: Use I915_EXEC_BATCH_FIRST when available.
Kenneth Graunke
2017-08-04
4
-10
/
+33
*
i965: Move add_exec_bo()
Chris Wilson
2017-08-04
1
-53
/
+53
*
i965: Ignore reloc read/write domains
Chris Wilson
2017-08-04
1
-11
/
+7
*
i965: Use I915_EXEC_NO_RELOC
Chris Wilson
2017-08-04
1
-7
/
+33
*
i965: Initialize flags to 0 and |= in new flags.
Kenneth Graunke
2017-08-04
1
-3
/
+3
*
i965: Make add_exec_bo return the validation list index.
Kenneth Graunke
2017-08-04
1
-4
/
+5
*
i965: Track last location of bo used for the batch
Chris Wilson
2017-08-04
3
-2
/
+27
[next]