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
*
trace: Several enhancements to dump_state.py
José Fonseca
2013-09-12
1
-18
/
+112
*
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
167
-660
/
+431
*
st/gbm: Add $(WAYLAND_CFLAGS) for HAVE_EGL_PLATFORM_WAYLAND.
Johannes Obermayr
2013-09-11
1
-0
/
+1
*
st/dri: do not create a new context for msaa copy
Maarten Lankhorst
2013-09-11
11
-32
/
+33
*
radeonsi: Add parentheses around '|' operands.
Vinson Lee
2013-09-10
1
-1
/
+1
*
util: Fix unmatched parenthesis.
Vinson Lee
2013-09-10
1
-1
/
+1
*
util: don't use _fxsave() with MSVC 2010 or older
Brian Paul
2013-09-10
2
-1
/
+8
*
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
*
radeon/winsys: pad IBs to a multiple of 8 DWs
Alex Deucher
2013-09-06
1
-0
/
+30
*
gallium, intel: Implements new __DRI_IMAGE_USE_LINEAR and PIPE_BIND_LINEAR fl...
Axel Davy
2013-09-06
9
-6
/
+23
*
gallivm: support indirect registers on both dimensions
Zack Rusin
2013-09-06
3
-8
/
+22
*
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
*
draw: fix segfaults with aaline and aapoint stages disabled
Marek Olšák
2013-08-31
1
-2
/
+4
*
radeonsi: Do not suspend timer queries
Niels Ole Salscheider
2013-08-30
6
-14
/
+30
*
draw: fix PIPE_MAX_SAMPLER/PIPE_MAX_SHADER_SAMPLER_VIEWS issues
Roland Scheidegger
2013-08-30
2
-6
/
+6
*
gallivm: handle unbound textures in texture sampling / texture queries
Roland Scheidegger
2013-08-30
1
-0
/
+26
*
softpipe: handle NULL sampler views for texture sampling / queries
Roland Scheidegger
2013-08-30
2
-5
/
+26
*
softpipe: check if so_target is NULL before accessing it
Roland Scheidegger
2013-08-30
1
-2
/
+5
*
gallivm: (trivial) don't pass sampler_unit variable down to filtering funcs
Roland Scheidegger
2013-08-30
1
-36
/
+21
*
gallivm: don't use AoS path if min/mag filter are different with multiple lods
Roland Scheidegger
2013-08-30
1
-1
/
+6
*
r600g: enable SB backend by default
Vadim Girlin
2013-08-30
4
-5
/
+6
[next]