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
*
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
*
radeonsi: simplify and improve flushing
Marek Olšák
2013-08-31
12
-140
/
+125
*
radeonsi: convert constant buffers to si_descriptors
Marek Olšák
2013-08-31
5
-128
/
+162
*
radeonsi: use r600_common_context, r600_common_screen, r600_resource
Marek Olšák
2013-08-31
28
-777
/
+338
*
r600g: move streamout state to drivers/radeon
Marek Olšák
2013-08-31
27
-1486
/
+1825
*
radeonsi: cleanup initialization of SGPR shader parameters
Marek Olšák
2013-08-31
1
-13
/
+19
*
r600g,radeonsi: remove unused variables
Marek Olšák
2013-08-31
2
-8
/
+0
*
radeonsi: Do not suspend timer queries
Niels Ole Salscheider
2013-08-30
6
-14
/
+30
*
softpipe: handle NULL sampler views for texture sampling / queries
Roland Scheidegger
2013-08-30
1
-5
/
+25
*
softpipe: check if so_target is NULL before accessing it
Roland Scheidegger
2013-08-30
1
-2
/
+5
*
r600g: enable SB backend by default
Vadim Girlin
2013-08-30
4
-5
/
+6
*
r600g: fix color exports when we have no CBs
Vadim Girlin
2013-08-30
1
-3
/
+4
*
nvc0/ir: Initialize NVC0LegalizePostRA member variables.
Vinson Lee
2013-08-29
1
-1
/
+3
*
radeonsi: Early return if no depth or stencil on release builds.
Vinson Lee
2013-08-29
1
-0
/
+1
*
freedreno: updates for msm drm/kms driver
Rob Clark
2013-08-29
8
-30
/
+55
*
freedreno/a3xx/compiler: handle sync flags better
Rob Clark
2013-08-29
1
-16
/
+34
*
freedreno/a3xx/compiler: better const handling
Rob Clark
2013-08-29
1
-90
/
+121
*
radeonsi: Make sure libdrm_radeon headers are picked up from the right place
Jonathan Gray
2013-08-29
1
-1
/
+2
*
radeon/uvd: fix MPEG2/4 ref frame index limit
Christian König
2013-08-29
1
-2
/
+2
*
nouveau: Copy m4x4 and m8x8 separately.
Vinson Lee
2013-08-28
1
-1
/
+2
*
r300g: enable MSAA on r300-r400, be careful about using color compression
Marek Olšák
2013-08-27
4
-5
/
+14
*
draw: clean up setting stream out information a bit
Roland Scheidegger
2013-08-27
6
-29
/
+37
*
llvmpipe: support nested/overlapping queries for all query types
Roland Scheidegger
2013-08-27
3
-18
/
+20
*
softpipe: support nested/overlapping queries for all query types
Roland Scheidegger
2013-08-27
2
-18
/
+17
*
svga: replace 0 with PIPE_OK in a few places
Brian Paul
2013-08-26
3
-5
/
+5
[next]