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
/
nouveau
Commit message (
Expand
)
Author
Age
Files
Lines
*
nv50: drop obsolete check from error path
Emil Velikov
2014-01-18
1
-9
/
+7
*
nv50: assert before trying to out-of-bounds access framebuffer.cbufs
Emil Velikov
2014-01-18
1
-0
/
+1
*
nv50: assert before trying to out-of-bounds access samplers
Emil Velikov
2014-01-18
2
-0
/
+4
*
nv50: assert before trying to out-of-bounds access textures
Emil Velikov
2014-01-18
3
-0
/
+5
*
nv50: pass vtxbuf index as unsigned
Emil Velikov
2014-01-18
1
-1
/
+1
*
nv50: assert before trying to out-of-bounds access vtxbuf
Emil Velikov
2014-01-18
3
-1
/
+14
*
nv50: typecast the result of ffs() to unsigned
Emil Velikov
2014-01-18
1
-1
/
+1
*
nv50: assert before trying to out-of-bounds access constbuf
Emil Velikov
2014-01-18
3
-0
/
+4
*
nv50: access only the available amount of constbuf
Emil Velikov
2014-01-18
1
-1
/
+1
*
nv50: access only the available amount of textures
Emil Velikov
2014-01-18
1
-1
/
+1
*
nv50, nvc0: initialize ctx->sample_mask to ~0
Ilia Mirkin
2014-01-16
2
-0
/
+4
*
nouveau: Support DRI Image 7 extension
Maarten Lankhorst
2013-12-10
1
-2
/
+9
*
gallium/winsys/drm: Prepare for passing prime fds in winsys_handle
Christopher James Halse Rogers
2013-12-10
1
-0
/
+6
*
nv50: report 15 max inputs for fragment programs
Ilia Mirkin
2013-12-10
1
-1
/
+1
*
nouveau: Fix compiler warning regression
Maarten Lankhorst
2013-12-10
1
-4
/
+0
*
nouveau/video: update a few more h264 picparm field names
Ilia Mirkin
2013-12-09
1
-16
/
+17
*
nouveau/video: update h264 picparm field names based on usage
Ilia Mirkin
2013-12-09
1
-15
/
+13
*
nv50: enable h264 and mpeg4 for nv98+ (vp3, vp4.0)
Ilia Mirkin
2013-12-09
2
-7
/
+2
*
nvc0: make sure nvd7 gets NVC8_3D_CLASS as well
Ilia Mirkin
2013-12-09
1
-1
/
+2
*
nv50: TXF already has integer arguments, don't try to convert from f32
Ilia Mirkin
2013-12-09
1
-7
/
+9
*
nvc0: fixup gk110 and up not being listed in various switch statements
Ben Skeggs
2013-12-06
6
-12
/
+25
*
nouveau: Add lots of comments to the buffer transfer logic
Ilia Mirkin
2013-12-04
2
-4
/
+71
*
nv50: wait on the buf's fence before sticking it into pushbuf
Ilia Mirkin
2013-12-04
2
-0
/
+12
*
nouveau: avoid leaking fences while waiting
Ilia Mirkin
2013-12-04
1
-6
/
+5
*
nv50: fix a small leak on context destroy
Ilia Mirkin
2013-12-04
1
-0
/
+2
*
nv50: Fix GPU_READING/WRITING bit removal
Ilia Mirkin
2013-12-04
2
-3
/
+3
*
gallium: add support for AMD_vertex_shader_layer
Marek Olšák
2013-12-03
3
-0
/
+5
*
gallium: new shader cap bit for the amount of sampler views
Roland Scheidegger
2013-11-28
3
-4
/
+6
*
nvc0: inform kernel about buffers that screen_create touches
Ben Skeggs
2013-11-22
1
-0
/
+2
*
gallium/drivers: compact compiler flags into Automake.inc
Emil Velikov
2013-11-16
1
-6
/
+4
*
gallium/drivers: enable automake subdir-objects
Emil Velikov
2013-11-16
1
-0
/
+2
*
nvc0: release 3d bufctx after drawing
Ben Skeggs
2013-11-13
1
-0
/
+3
*
nouveau/video: mark bitstream-level acceleration as unsupported
Ilia Mirkin
2013-11-12
1
-2
/
+2
*
nouveau/video: don't try on nv3x
Ilia Mirkin
2013-11-12
1
-2
/
+2
*
vl/h264: split fields into SPS/PPS
Christian König
2013-10-28
4
-50
/
+50
*
gallium: add PIPE_CAP_MIXED_FRAMEBUFFER_SIZES
Ilia Mirkin
2013-10-26
3
-0
/
+3
*
nv50: clamp PIPE_SHADER_CAP_MAX_TEXTURE_SAMPLERS to PIPE_MAX_SAMPLERS
Brian Paul
2013-10-23
1
-1
/
+1
*
gallium: new, unified pipe_context::set_sampler_views() function
Brian Paul
2013-10-23
5
-59
/
+73
*
nouveau: remove old bind_*_sampler_states() functions
Brian Paul
2013-10-03
4
-36
/
+0
*
nouveau: implement pipe_context::bind_sampler_states()
Brian Paul
2013-10-03
6
-2
/
+76
*
gallium: add flush_resource context function
Marek Olšák
2013-09-20
5
-0
/
+25
*
nouveau: fix regression since float comparison instructions (v2)
Dave Airlie
2013-09-16
6
-14
/
+14
*
Move nv30, nv50 and nvc0 to nouveau.
Johannes Obermayr
2013-09-11
150
-9
/
+74368
*
nouveau: initialise the nouveau_transfer maps
Emil Velikov
2013-09-01
1
-0
/
+2
*
nouveau: Copy m4x4 and m8x8 separately.
Vinson Lee
2013-08-28
1
-1
/
+2
*
vl: add entrypoint to is_video_format_supported
Christian König
2013-08-19
2
-3
/
+5
*
vl: add entrypoint to get_video_param
Christian König
2013-08-19
3
-1
/
+4
*
vl: rename pipe_video_decoder to pipe_video_codec
Christian König
2013-08-19
4
-18
/
+18
*
vl: rename enum pipe_video_codec to pipe_video_format
Christian König
2013-08-19
5
-28
/
+28
*
vl: use a template for create_video_decoder
Christian König
2013-08-19
1
-25
/
+11
[next]