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
/
drivers
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
freedreno: avoid stalling at ringbuffer wraparound
Rob Clark
2013-09-14
2
-22
/
+41
*
freedreno: emit markers to scratch registers
Rob Clark
2013-09-14
4
-0
/
+33
*
freedreno: split out WFI helper
Rob Clark
2013-09-14
5
-10
/
+12
*
freedreno: fd_draw helper
Rob Clark
2013-09-14
6
-52
/
+55
*
freedreno/a3xx: fix gpu lockup in some piglit tests
Rob Clark
2013-09-14
1
-1
/
+1
*
freedreno/a3xx/compiler: add LIT
Rob Clark
2013-09-14
1
-3
/
+142
*
freedreno: multi-slice resources (cubemap, mipmap, etc)
Rob Clark
2013-09-14
15
-52
/
+141
*
radeonsi: fix and enable transform feedback for CIK
Marek Olšák
2013-09-13
4
-28
/
+40
*
radeonsi: fix gl_InstanceID with non-zero start_instance
Marek Olšák
2013-09-13
1
-3
/
+4
*
radeonsi: enable streamout AKA transform feedback for SI
Marek Olšák
2013-09-13
1
-10
/
+4
*
radeonsi: implement streamout shader support
Marek Olšák
2013-09-13
3
-15
/
+276
*
radeonsi: implement glDrawTransformFeedback functionality
Marek Olšák
2013-09-13
3
-0
/
+30
*
radeonsi: fix streamout queries
Marek Olšák
2013-09-13
1
-4
/
+5
*
radeonsi: implement streamout flush properly
Marek Olšák
2013-09-13
1
-1
/
+7
*
radeonsi: bind streamout buffers to VGT and the vertex shader
Marek Olšák
2013-09-13
4
-8
/
+81
*
radeonsi: handle rasterizer_discard and set GS_OUT_PRIM_TYPE
Marek Olšák
2013-09-13
3
-1
/
+31
*
radeonsi: initialize the first CS like any other
Marek Olšák
2013-09-13
5
-5
/
+15
*
radeonsi: integrate shared streamout state
Marek Olšák
2013-09-13
7
-38
/
+20
*
radeon: don't emit streamout state if there are no streamout buffers
Marek Olšák
2013-09-13
1
-0
/
+2
*
radeon: don't emit VGT_STRMOUT_BUFFER_BASE on SI
Marek Olšák
2013-09-13
1
-31
/
+54
*
radeon/uvd: move more logic into the common files
Christian König
2013-09-12
6
-40
/
+23
*
radeon/uvd: use more sane defaults for bitstream buffer size
Christian König
2013-09-12
1
-1
/
+3
*
trace: Support bigger TGSI shaders.
José Fonseca
2013-09-12
1
-1
/
+1
*
Move nv30, nv50 and nvc0 to nouveau.
Johannes Obermayr
2013-09-11
160
-638
/
+430
*
radeonsi: Add parentheses around '|' operands.
Vinson Lee
2013-09-10
1
-1
/
+1
*
ilo: preliminary GEN 7.5 support
Chia-I Wu
2013-09-08
10
-107
/
+236
*
r600g: remove DMA padding
Alex Deucher
2013-09-06
1
-9
/
+0
*
gallium, intel: Implements new __DRI_IMAGE_USE_LINEAR and PIPE_BIND_LINEAR fl...
Axel Davy
2013-09-06
7
-6
/
+17
*
i915g: Document fall-through switch
Stéphane Marchesin
2013-09-06
1
-4
/
+3
*
i915g: Handle i915->batch == NULL correctly in flush
Stéphane Marchesin
2013-09-06
1
-1
/
+4
*
i915g: Remove useless comparison
Stéphane Marchesin
2013-09-06
1
-3
/
+2
*
i915g: Fix initial array index
Stéphane Marchesin
2013-09-06
1
-1
/
+1
*
r600g/compute: Fix bug in compute memory pool
Tom Stellard
2013-09-05
1
-7
/
+2
*
r600g/compute: Don't flush the cs in pipe_context::launch_grid()
Tom Stellard
2013-09-05
1
-10
/
+1
*
nv30: fix inconsistent setting of push->user_priv
Ilia Mirkin
2013-09-05
1
-1
/
+1
*
i915g: Implement writemask fixup
Stéphane Marchesin
2013-09-04
3
-38
/
+90
*
i915g: Stop calling draw_prepare_shader_outputs
Stéphane Marchesin
2013-09-04
1
-2
/
+0
*
i915g: Add more optimizations
Stéphane Marchesin
2013-09-04
3
-58
/
+371
*
radeonsi: Don't save/restore FMASK sampler view states for u_blitter
Michel Dänzer
2013-09-02
1
-1
/
+2
*
radeonsi: Expose pure integer vertex formats
Michel Dänzer
2013-09-02
1
-1
/
+6
*
nvc0: restore viewport after blit
Maarten Lankhorst
2013-09-02
3
-4
/
+7
*
radeon/uvd: save the aligned width & height
Christian König
2013-09-02
1
-0
/
+2
*
nvc0: delete compute object on screen destruction
Christoph Bumiller
2013-09-01
1
-0
/
+1
*
nvc0: fix blitctx memory leak
Joakim Sindholt
2013-09-01
3
-0
/
+9
*
nvc0: don't use bufctx in nvc0_cb_push
Christoph Bumiller
2013-09-01
1
-7
/
+3
*
nvc0: clear the flushed flag
Christoph Bumiller
2013-09-01
1
-5
/
+4
*
nvc0/ir: add f32 long immediate cannot saturate
Christoph Bumiller
2013-09-01
1
-0
/
+12
*
nvc0/ir: fix use after free in texture barrier insertion pass
Tiziano Bacocco
2013-09-01
1
-1
/
+2
*
nv30: find first unused texcoord rather than bailing if first is used
Ilia Mirkin
2013-09-01
1
-2
/
+1
*
nouveau: initialise the nouveau_transfer maps
Emil Velikov
2013-09-01
1
-0
/
+2
[prev]
[next]