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
Commit message (
Expand
)
Author
Age
Files
Lines
*
clover: Build fix for FreeBSD.
Koop Mast
2015-05-26
1
-0
/
+1
*
i965/skl: Add a message header for the TXF_MCS instruction in vec4vs
Neil Roberts
2015-05-26
1
-2
/
+18
*
nv30: falling back to draw path for edgeflag does no good
Ilia Mirkin
2015-05-25
1
-3
/
+2
*
nv30/draw: switch varying hookup logic to know about texcoords
Ilia Mirkin
2015-05-25
1
-9
/
+16
*
nv30/draw: allocate vertex buffers in gart
Ilia Mirkin
2015-05-25
1
-6
/
+10
*
nv30/draw: only use the DMA1 object (GART) if the bo is not in VRAM
Ilia Mirkin
2015-05-25
1
-3
/
+3
*
nv30/draw: fix indexed draws with swtnl path and a resource index buffer
Ilia Mirkin
2015-05-25
1
-3
/
+3
*
glsl: avoid leaking linked gl_shader when there's a late linker error
Ilia Mirkin
2015-05-25
1
-2
/
+8
*
llvmpipe: (trivial) add parantheses in (!x == y) expression
Roland Scheidegger
2015-05-25
1
-1
/
+1
*
st/mesa: don't leak glsl_to_tgsi object on link failure
Ilia Mirkin
2015-05-25
1
-0
/
+1
*
nv30/draw: draw expects constbuf size in bytes, not vec4 units
Ilia Mirkin
2015-05-25
1
-1
/
+1
*
nv30/draw: avoid leaving stale pointers in draw state
Ilia Mirkin
2015-05-25
1
-4
/
+4
*
Fix an unused variable warning
Jason Ekstrand
2015-05-25
1
-2
/
+0
*
nv30: fix clip plane uploads and enable changes
Ilia Mirkin
2015-05-24
1
-9
/
+7
*
nv30: avoid doing extra work on clear and hitting unexpected states
Ilia Mirkin
2015-05-24
5
-9
/
+11
*
nv30: avoid leaking render state and draw shaders
Ilia Mirkin
2015-05-24
3
-0
/
+16
*
nv30: don't leak fragprog consts
Ilia Mirkin
2015-05-24
1
-0
/
+1
*
nv50/ir: avoid messing up arg1 of PFETCH
Ilia Mirkin
2015-05-23
1
-2
/
+18
*
clover: try userptr for CL_MEM_USE_HOST_PTR
Grigori Goronzy
2015-05-24
2
-4
/
+15
*
clover: implement CL_MEM_ALLOC_HOST_PTR
Grigori Goronzy
2015-05-24
1
-0
/
+4
*
nv30: check nouveau_bo_map output of notify bo
Ilia Mirkin
2015-05-23
1
-1
/
+1
*
nvc0: a geometry shader can have up to 1024 vertices output
Ilia Mirkin
2015-05-23
1
-1
/
+1
*
i965/fs: Fix implied_mrf_writes for scratch writes
Jason Ekstrand
2015-05-23
1
-1
/
+1
*
prog_to_nir: Use a variable for uniform data
Jason Ekstrand
2015-05-23
2
-42
/
+38
*
nv50: fix PIPE_QUERY_TIMESTAMP_DISJOINT, based on nvc0
Samuel Pitoiset
2015-05-23
1
-17
/
+22
*
nvc0/ir: LOAD's can't be used for shader inputs
Ilia Mirkin
2015-05-22
2
-0
/
+2
*
nv50/ir: guess that the constant offset is the starting slot of array
Ilia Mirkin
2015-05-22
1
-2
/
+4
*
nvc0/ir: set ftz when sources are floats, not just destinations
Ilia Mirkin
2015-05-22
1
-3
/
+2
*
nv50/ir: allow OP_SET to merge with OP_SET_AND/etc as well as a neg
Ilia Mirkin
2015-05-22
1
-26
/
+55
*
nvc0/ir: optimize set & 1.0 to produce boolean-float sets
Ilia Mirkin
2015-05-22
2
-0
/
+29
*
nvc0/ir: allow iset to produce a boolean float
Ilia Mirkin
2015-05-22
3
-5
/
+16
*
nvc0/ir: avoid jumping to a sched instruction
Ilia Mirkin
2015-05-22
3
-2
/
+9
*
glx: fix Scons build
Brian Paul
2015-05-22
1
-1
/
+1
*
glapi: glX_proto_size.py: use a main function
Dylan Baker
2015-05-22
1
-1
/
+6
*
glapi: glX_proto_size.py: use argparse instead of getopt
Dylan Baker
2015-05-22
2
-46
/
+46
*
glapi: glX_proto_recv.py: Use a main function
Dylan Baker
2015-05-22
1
-1
/
+6
*
glapi: glX_proto_recv.py: use argparse instead of getopt
Dylan Baker
2015-05-22
1
-25
/
+30
*
glapy: gl_genexec.py: use a main function
Dylan Baker
2015-05-22
1
-1
/
+6
*
glapi: gl_genexec.py: use argparse instead of getopt
Dylan Baker
2015-05-22
1
-17
/
+12
*
glapi: glX_proto_send.py: use a main function.
Dylan Baker
2015-05-22
1
-1
/
+6
*
glapi: glX_proto_send.py: use argparse instead of getopt
Dylan Baker
2015-05-22
1
-31
/
+28
*
glapi: glX_server_table.py: use argparse instead of getopt
Dylan Baker
2015-05-22
1
-23
/
+15
*
glapi: gl_SPARC_asm.py: use main function
Dylan Baker
2015-05-22
1
-1
/
+6
*
glapi: gl_SPARC_asm.py use argparse instead of getopt
Dylan Baker
2015-05-22
1
-24
/
+14
*
glapi: gl_x86-64_asm.py: Use a main function
Dylan Baker
2015-05-22
1
-1
/
+6
*
glapi: gl_x86_64_asm.py: Use argparse instead of getopt
Dylan Baker
2015-05-22
1
-24
/
+16
*
glapi: gl_x86_asm.py: use a main function
Dylan Baker
2015-05-22
1
-1
/
+5
*
glapi: gl_x86_asm.py: use argparse instead of getopt
Dylan Baker
2015-05-22
1
-25
/
+14
*
glapi: gl_gentable.py: use a main function
Dylan Baker
2015-05-22
1
-1
/
+6
*
glapi: gl_gentable.py: Replace getopt with argparse
Dylan Baker
2015-05-22
1
-14
/
+15
[next]