index
:
~dbaker/mesa
11.2-next
18.1-proposed
for-jason
jenkins
jenkins_gl
master
meson-windows
patches-for-ajax
submit/generator-argparse
submit/generator-mako
submit/python2-for-intel
wip/generator-mako
wip/generator-rewrite-v2
wip/glapi-cleanup
wip/gles32-symbols
Unnamed repository; edit this file 'description' to name the repository.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2016-09-17
i965: Drop assertion about buffer offset at draw time.
Eric Anholt
1
-11
/
+0
2016-09-17
tgsi: Enable returns from within loops
Lars Hamre
1
-0
/
+4
2016-09-17
svga: relax restriction of compressed formats for texture upload
Charmaine Lee
1
-3
/
+22
2016-09-17
svga: skip query flush if we already have the query result
Brian Paul
1
-5
/
+5
2016-09-17
svga: remove unneeded svga_context_flush() in svga_end_query()
Brian Paul
1
-5
/
+0
2016-09-17
svga: use upload buffer for upload texture.
Charmaine Lee
6
-26
/
+279
2016-09-17
svga: refactor svga_texture_transfer_map/unmap functions
Charmaine Lee
1
-217
/
+272
2016-09-17
svga: add SVGA3d_vgpu10_TransferFromBuffer()
Charmaine Lee
3
-0
/
+51
2016-09-17
svga: single sample surface can be created as non-multisamples surface
Charmaine Lee
2
-2
/
+6
2016-09-17
svga: fix memory leak with sampler state
Charmaine Lee
1
-3
/
+0
2016-09-17
svga: fix prim type check/assignment in translate_indices()
Brian Paul
1
-2
/
+2
2016-09-17
svga: use SVGA3D_QUERYTYPE_MAX for svga query type check
Charmaine Lee
1
-3
/
+3
2016-09-17
svga: split the num-resources-mapped hud to textures & buffers
Charmaine Lee
5
-12
/
+26
2016-09-17
svga: change svga hud defines to enums
Charmaine Lee
1
-22
/
+25
2016-09-17
svga: implement an index buffer translation cache
Brian Paul
5
-6
/
+84
2016-09-17
svga: try to emit fewer buffer rebind commands
Brian Paul
5
-5
/
+60
2016-09-17
svga: reduce unmapping/remapping of the default constant buffer
Brian Paul
3
-6
/
+40
2016-09-17
svga: optimize memcpy() in svga_buffer_update_hw()
Brian Paul
1
-1
/
+8
2016-09-17
svga: Use comparison between svga texture types to use PredCopyRegion command
Neha Bhende
1
-6
/
+9
2016-09-17
svga: Add function svga_resource_type()
Neha Bhende
2
-19
/
+21
2016-09-17
nvc0/ir: fix subops for IMAD
Samuel Pitoiset
1
-4
/
+6
2016-09-17
nvc0/ir: fix comments about instructions info
Samuel Pitoiset
1
-2
/
+3
2016-09-16
mesa: Move buffers-unmapped earlier in check_valid_to_render().
Kenneth Graunke
1
-6
/
+6
2016-09-16
mesa: Expose GL_CONTEXT_FLAGS in ES 3.2.
Kenneth Graunke
1
-3
/
+5
2016-09-16
radeonsi/compute: Use the HSA abi for non-TGSI compute shaders v3
Tom Stellard
3
-18
/
+761
2016-09-16
radeonsi/compute: Add some more debug printfs
Tom Stellard
1
-0
/
+3
2016-09-16
glsl: remove interpolateAt* instructions for demoted inputs
Marek Olšák
2
-0
/
+15
2016-09-16
mesa: fix glGetFramebufferAttachmentParameteriv w/ on-demand FRONT_BACK alloc
Marek Olšák
1
-2
/
+14
2016-09-16
clover: fix getting scalar args api size
Serge Martin
1
-4
/
+3
2016-09-16
docs: add GL_ARB_gl_spirv to features list
Ilia Mirkin
1
-0
/
+1
2016-09-16
ttn: fix warning after 7bf76563e
Rob Clark
1
-0
/
+2
2016-09-16
gallium/docs: document alpha_to_coverage and alpha_to_one blend state
Brian Paul
1
-0
/
+12
2016-09-16
st/mesa: update comment in st_atom_msaa.c
Brian Paul
1
-2
/
+2
2016-09-16
st/mesa: only enable MSAA coverage options when we have a MSAA buffer
Brian Paul
2
-4
/
+7
2016-09-16
spirv: use subpass image type (v1.1)
Dave Airlie
1
-1
/
+2
2016-09-16
glsl: add subpass image type (v2)
Dave Airlie
5
-2
/
+20
2016-09-15
isl: Finish tiling filtering for Gen6.
Kenneth Graunke
3
-5
/
+15
2016-09-15
i965: enable ARB_ES3_2_compatibility on gen8+
Ilia Mirkin
3
-1
/
+3
2016-09-15
i965/nir: Roll set_default_interpolation into lower_fs_inputs
Jason Ekstrand
3
-39
/
+26
2016-09-15
i965/fs: Use NIR for handling forced per-sample interpolation
Jason Ekstrand
3
-40
/
+12
2016-09-15
nir: Add a flag to lower_io to force "sample" interpolation
Jason Ekstrand
7
-21
/
+38
2016-09-15
i965/fs: Use sample interpolation for interpolateAtCentroid in persample mode
Jason Ekstrand
1
-0
/
+26
2016-09-15
mesa: check for no matrix change in _mesa_LoadMatrixf()
Brian Paul
1
-3
/
+5
2016-09-15
direct-to-native-GL for GLX clients on Cygwin ("Windows-DRI")
Jon Turney
20
-4
/
+2066
2016-09-15
docs: add news item and link release notes for 12.0.3
Emil Velikov
2
-0
/
+7
2016-09-15
docs: add sha256 checksums for 12.0.3
Emil Velikov
1
-1
/
+2
2016-09-15
docs: add release notes for 12.0.3
Emil Velikov
1
-0
/
+70
2016-09-15
mesa: Expose RESET_NOTIFICATION_STRATEGY with KHR_robustness.
Kenneth Graunke
2
-3
/
+10
2016-09-14
anv/cmd_buffer: Set the L3 atomic disable mask bit in CHICKEN3 on HSW
Jason Ekstrand
2
-0
/
+2
2016-09-14
intel/blorp: Stop setting 3DSTATE_DRAWING_RECTANGLE
Jason Ekstrand
3
-20
/
+5
[prev]
[next]