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
/
gallium
Commit message (
Expand
)
Author
Age
Files
Lines
*
radeonsi: use a switch statement in si_delete_shader_selector
Marek Olšák
2015-05-26
1
-6
/
+13
*
radeonsi: use a switch statement in si_shader_selector_key
Marek Olšák
2015-05-26
1
-9
/
+16
*
radeonsi: fix scratch buffer setup for geometry shaders
Marek Olšák
2015-05-26
1
-2
/
+9
*
radeonsi: remove unused cases from si_shader_io_get_unique_index
Marek Olšák
2015-05-26
1
-14
/
+3
*
radeonsi: don't count special outputs for the VS export count
Marek Olšák
2015-05-26
1
-0
/
+5
*
radeonsi: add support for PIPE_CAP_TGSI_TEXCOORD
Marek Olšák
2015-05-26
4
-15
/
+13
*
tgsi/ureg: enable creating tessellation shaders with ureg_create_shader
Marek Olšák
2015-05-26
1
-4
/
+14
*
tgsi/text: enable parsing tessellation shaders
Marek Olšák
2015-05-26
1
-0
/
+4
*
gallium: rename TGSI tessellation processor types to match pipe shader names
Marek Olšák
2015-05-26
5
-17
/
+17
*
gallium: use const in set_tess_state
Marek Olšák
2015-05-26
2
-4
/
+4
*
clover: Build fix for FreeBSD.
Koop Mast
2015-05-26
1
-0
/
+1
*
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
*
llvmpipe: (trivial) add parantheses in (!x == y) expression
Roland Scheidegger
2015-05-25
1
-1
/
+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
*
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
*
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
*
nv50: fix PIPELINE_STATISTICS with HUD, based on nvc0
Samuel Pitoiset
2015-05-22
1
-1
/
+2
*
nv50: fix 64-bit queries with HUD, based on nvc0
Samuel Pitoiset
2015-05-22
1
-1
/
+13
*
radeon/vce: adapt new firmware interface changes
Christian König
2015-05-22
4
-2
/
+252
*
radeon/vce: move CPB handling function into common code
Christian König
2015-05-22
3
-29
/
+48
*
u_math: uses assert, include assert.h
Dave Airlie
2015-05-22
1
-0
/
+1
*
freedreno/a3xx: set .zw of sprite coords to .01
Ilia Mirkin
2015-05-20
1
-3
/
+6
*
freedreno/ir3: fix immediate usage in tgsi tex fe
Ilia Mirkin
2015-05-20
1
-5
/
+9
*
targets/osmesa: drop the -module tag from LDFLAGS
Emil Velikov
2015-05-20
1
-1
/
+0
*
nir: Get rid of the array elements parameter on load/store intrinsics
Jason Ekstrand
2015-05-20
3
-13
/
+0
*
gallium: remove TGSI_SAT_MINUS_PLUS_ONE
Marek Olšák
2015-05-20
20
-188
/
+47
*
cso: add context cleanup code from st/mesa
Marek Olšák
2015-05-20
1
-0
/
+7
*
softpipe: start adding gather support (v2)
Dave Airlie
2015-05-20
3
-83
/
+210
*
softpipe: use arrays to make gather easier
Dave Airlie
2015-05-20
1
-36
/
+36
*
tgsi: handle TG4 opcode in tgsi exec
Dave Airlie
2015-05-20
2
-2
/
+12
[next]