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
*
util: always include sha1 into the build
Ilia Mirkin
2015-09-06
3
-8
/
+6
*
st/mesa: don't fall back to 16F when 32F is requested
Ilia Mirkin
2015-09-06
1
-14
/
+8
*
st/mesa: properly handle u_upload_alloc failure
Ilia Mirkin
2015-09-06
1
-1
/
+1
*
nouveau: don't mark full range as used on unmap with explicit flush
Ilia Mirkin
2015-09-05
1
-5
/
+7
*
nv50: avoid using inline vertex data submit when gl_VertexID is used
Ilia Mirkin
2015-09-05
4
-2
/
+14
*
nv50: don't flush vertex arrays when index buffer changes
Ilia Mirkin
2015-09-05
1
-4
/
+0
*
nv50: rebind bo to bufctx when invalidating idxbuf storage
Ilia Mirkin
2015-09-05
1
-1
/
+5
*
nv50: clear buffer status on all vertex bufs, not just the first one
Ilia Mirkin
2015-09-05
1
-1
/
+0
*
nv50: fix drawing from tfb, direct-to-pushbuf submits
Ilia Mirkin
2015-09-05
4
-14
/
+15
*
i965: Remove base miplevel from sampler state.
Ben Widawsky
2015-09-04
3
-6
/
+1
*
llvmpipe: convert double to long long instead of unsigned long long
Oded Gabbay
2015-09-04
1
-1
/
+1
*
nv30: Implement color resolve for msaa
Hans de Goede
2015-09-04
2
-14
/
+8
*
nv30: Fix creation of scanout buffers
Hans de Goede
2015-09-04
1
-0
/
+10
*
vc4: Initialize pack field of qreg to 0 in qir_get_temp
Boyan Ding
2015-09-04
1
-0
/
+1
*
i965: Disallow PixelTransfer operations for tiled-memcpy TexImage/ReadPixels
Chris Wilson
2015-09-04
2
-0
/
+8
*
i965/vec4: Don't unspill the same register in consecutive instructions
Iago Toral Quiroga
2015-09-04
1
-8
/
+118
*
i965: Add a debug option for spilling everything in vec4 code
Iago Toral Quiroga
2015-09-04
4
-5
/
+7
*
dri/common: Tokenize driParseDebugString() argument before matching debug flags.
Francisco Jerez
2015-09-04
1
-4
/
+13
*
dri/common: Fix codestyle of driParseDebugString().
Francisco Jerez
2015-09-04
1
-8
/
+6
*
glsl: error out on ES 3.1 if VS or FS present but not both
Tapani Pälli
2015-09-04
1
-4
/
+25
*
glsl: error on linking if no shaders are attached to program
Tapani Pälli
2015-09-04
1
-0
/
+19
*
i965: Improve disassembly of data port read messages.
Kenneth Graunke
2015-09-03
1
-4
/
+27
*
i965: Optimize VUE map comparisons.
Kenneth Graunke
2015-09-03
2
-4
/
+4
*
i965/gs: Don't reserve space for clip plane uniforms.
Kenneth Graunke
2015-09-03
1
-2
/
+0
*
i965: Don't do legacy userclipping in non-compatibility contexts.
Kenneth Graunke
2015-09-03
1
-0
/
+1
*
i965: Remove the brw_vue_prog_key base class.
Kenneth Graunke
2015-09-03
9
-63
/
+45
*
i965: Virtualize vec4_visitor::emit_urb_slot().
Kenneth Graunke
2015-09-03
4
-16
/
+28
*
i965: Store a key_tex pointer in vec4_visitor.
Kenneth Graunke
2015-09-03
3
-8
/
+10
*
i965: Move legacy clip plane handling to vec4_vs_visitor.
Kenneth Graunke
2015-09-03
6
-67
/
+74
*
i965: Delete the brw_vue_program_key::userclip_active flag.
Kenneth Graunke
2015-09-03
5
-22
/
+15
*
i965: Remove legacy clip plane handling from geometry shaders.
Kenneth Graunke
2015-09-03
3
-33
/
+8
*
i965: Move brw_setup_tex_for_precompile to brw_program.[ch].
Kenneth Graunke
2015-09-03
4
-22
/
+23
*
mesa: change 'SHADER_SUBST' facility to work with env variables
Tapani Pälli
2015-09-04
1
-38
/
+101
*
i965: Fix copy propagation type changes.
Kenneth Graunke
2015-09-03
1
-0
/
+1
*
r600: fix loop overrun in cayman_mul_double_instr
Dave Airlie
2015-09-04
1
-1
/
+1
*
i965/gen9: Annotate input coverage mask change
Ben Widawsky
2015-09-03
2
-2
/
+22
*
svga: update call to u_upload_alloc()
Brian Paul
2015-09-03
1
-3
/
+3
*
winsys/radeon: remove exported buffers from the cache
Marek Olšák
2015-09-03
1
-0
/
+3
*
winsys/amdgpu: remove exported buffers from the cache
Marek Olšák
2015-09-03
1
-0
/
+3
*
gallium/pb_bufmgr_cache: add a way to remove buffers from the cache explicitly
Marek Olšák
2015-09-03
2
-6
/
+41
*
u_upload_mgr: remove the return value from u_upload_data
Marek Olšák
2015-09-03
4
-25
/
+22
*
u_upload_mgr: remove the return value from u_upload_buffer
Marek Olšák
2015-09-03
2
-31
/
+18
*
u_upload_mgr: remove the return value from u_upload_alloc_buffer
Marek Olšák
2015-09-03
1
-11
/
+9
*
u_upload_mgr: remove the return value from u_upload_alloc
Marek Olšák
2015-09-03
7
-44
/
+48
*
u_upload_mgr: optimize u_upload_alloc
Marek Olšák
2015-09-03
1
-15
/
+17
*
gallium/radeon: remove 'dirty' member from r600_atom
Grazvydas Ignotas
2015-09-03
4
-6
/
+1
*
r600g: simplify dirty atom tracking
Grazvydas Ignotas
2015-09-03
3
-49
/
+14
*
r600g: start numbering atoms from 1
Grazvydas Ignotas
2015-09-03
3
-3
/
+3
*
r600g: make all viewport states use single atom
Grazvydas Ignotas
2015-09-03
6
-34
/
+38
*
r600g: apply disable workaround on all scissors
Grazvydas Ignotas
2015-09-03
2
-9
/
+14
[next]