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
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa/main: fixup requirements for GL_PRIMITIVES_GENERATED
Erik Faye-Lund
2018-11-26
1
-0
/
+1
*
mesa/main: fix incorrect depth-error
Erik Faye-Lund
2018-11-26
1
-7
/
+50
*
mesa/main: check cube-completeness in common code
Erik Faye-Lund
2018-11-26
1
-15
/
+16
*
mesa/main: factor out common error-checking
Erik Faye-Lund
2018-11-26
1
-12
/
+34
*
mesa/main: factor out tex-image error-checking
Erik Faye-Lund
2018-11-26
1
-46
/
+64
*
mesa/main: remove bogus error for zero-sized images
Erik Faye-Lund
2018-11-26
1
-36
/
+13
*
mesa/main: remove ARB suffix from glGetnTexImage
Erik Faye-Lund
2018-11-26
4
-6
/
+15
*
glsl: free or reuse memory allocated for TF varying
Gert Wollny
2018-11-26
1
-1
/
+8
*
radv: Fix opaque metadata descriptor last layer.
Bas Nieuwenhuizen
2018-11-26
1
-1
/
+1
*
mesa/st: Make st_pipe_vertex_format static.
Mathias Fröhlich
2018-11-26
2
-4
/
+1
*
mesa/st: Use binding information from the VAO in feedback rendering.
Mathias Fröhlich
2018-11-26
3
-62
/
+68
*
mesa/st: Avoid extra references in the feedback draw function scope.
Mathias Fröhlich
2018-11-26
1
-2
/
+1
*
mesa/st: Factor out array and buffer setup from st_atom_array.c.
Mathias Fröhlich
2018-11-26
2
-22
/
+74
*
mesa/st: Only unmap the uploader that was actually used.
Mathias Fröhlich
2018-11-26
1
-1
/
+2
*
mesa/st: Only care about the uploader if it was used.
Mathias Fröhlich
2018-11-26
1
-3
/
+3
*
nv50/ir: remove dnz flag when converting MAD to ADD due to optimizations
Ilia Mirkin
2018-11-24
1
-0
/
+3
*
winsys/amdgpu: fix a device handle leak in amdgpu_winsys_create
Marek Olšák
2018-11-23
1
-0
/
+6
*
winsys/amdgpu: fix a buffer leak in amdgpu_bo_from_handle
Marek Olšák
2018-11-23
1
-0
/
+6
*
radv: ignore subpass self-dependencies for CreateRenderPass() too
Samuel Pitoiset
2018-11-23
1
-0
/
+10
*
radv: remove useless sync before CmdClear{Color,DepthStencil}Image()
Samuel Pitoiset
2018-11-23
1
-6
/
+2
*
mesa/main: remove overly strict query-validation
Erik Faye-Lund
2018-11-23
1
-14
/
+0
*
mesa/main: fix validation of GL_TIMESTAMP
Erik Faye-Lund
2018-11-23
1
-1
/
+2
*
mesa/main: fix validation of ARB_query_buffer_object
Erik Faye-Lund
2018-11-23
1
-2
/
+2
*
mesa/main: fix validation of transform-feedback overflow queries
Erik Faye-Lund
2018-11-23
1
-2
/
+2
*
mesa/main: fix validation of transform-feedback queries
Erik Faye-Lund
2018-11-23
1
-2
/
+3
*
mesa/main: fix validation of GL_TIME_ELAPSED
Erik Faye-Lund
2018-11-23
1
-1
/
+2
*
mesa/main: fix validation of GL_ANY_SAMPLES_PASSED_CONSERVATIVE
Erik Faye-Lund
2018-11-23
1
-2
/
+2
*
mesa/main: fix validation of GL_ANY_SAMPLES_PASSED
Erik Faye-Lund
2018-11-23
1
-1
/
+2
*
mesa/main: fix validation of GL_SAMPLES_PASSED
Erik Faye-Lund
2018-11-23
1
-1
/
+2
*
mesa/main: simplify pipeline-statistics query validation
Erik Faye-Lund
2018-11-23
1
-2
/
+1
*
mesa/main: use non-prefixed enums for consistency
Erik Faye-Lund
2018-11-23
1
-33
/
+33
*
mesa/main: correct year for EXT_occlusion_query_boolean
Erik Faye-Lund
2018-11-23
1
-1
/
+1
*
mesa/main: correct requirement for EXT_occlusion_query_boolean
Erik Faye-Lund
2018-11-23
1
-1
/
+1
*
anv: allow exporting an imported SYNC_FD semaphore type
Tapani Pälli
2018-11-23
1
-1
/
+2
*
glapi: add missing visibility args
Eric Engestrom
2018-11-22
1
-1
/
+1
*
anv/nir: Rework arguments to apply_pipeline_layout
Jason Ekstrand
2018-11-22
3
-4
/
+8
*
anv: Put robust buffer access in the pipeline hash
Jason Ekstrand
2018-11-22
1
-0
/
+6
*
anv: Expose VK_EXT_scalar_block_layout
Jason Ekstrand
2018-11-22
2
-0
/
+8
*
vulkan: Update the XML and headers to 1.1.93
Jason Ekstrand
2018-11-22
1
-16
/
+68
*
radv: remove useless sync after CmdClear{Color,DepthStencil}Image()
Samuel Pitoiset
2018-11-22
1
-4
/
+0
*
vulkan: Allow storage images in the WSI.
Bas Nieuwenhuizen
2018-11-21
3
-0
/
+3
*
st/nine: Remove thread_submit warning
Axel Davy
2018-11-21
1
-3
/
+0
*
st/nine: Allow 'triple buffering' with thread_submit
Axel Davy
2018-11-21
2
-17
/
+50
*
virgl: add assert and missing function parameter
Robert Foss
2018-11-21
1
-1
/
+4
*
r600: clean up the GS ring buffers when the context is destroyed
Gert Wollny
2018-11-21
1
-0
/
+6
*
radv: only sync CP DMA for transfer operations or bottom pipe
Samuel Pitoiset
2018-11-21
1
-2
/
+6
*
radv: ignore subpass self-dependencies
Samuel Pitoiset
2018-11-21
1
-0
/
+10
*
Revert "nir/builder: Assert that intN_t immediates fit"
Iago Toral Quiroga
2018-11-21
1
-4
/
+0
*
nir/from_ssa: fix bit-size of temporary register
Iago Toral Quiroga
2018-11-21
1
-2
/
+5
*
mesa: Remove unneeded bitfield widths from the VAO.
Mathias Fröhlich
2018-11-21
1
-2
/
+2
[next]