index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
drivers
/
nouveau
/
nv50
Commit message (
Expand
)
Author
Age
Files
Lines
*
nouveau/video: make sure that firmware is present when checking caps
Ilia Mirkin
2014-02-10
1
-2
/
+66
*
gallium: add geometry shader output limits
Grigori Goronzy
2014-02-09
1
-0
/
+3
*
nv50: only over-allocate by a page for code
Ilia Mirkin
2014-02-06
1
-4
/
+5
*
nv50: fix layerid to be the fp input number rather than vp output number
Ilia Mirkin
2014-02-06
3
-7
/
+9
*
nv50: rework primid logic
Ilia Mirkin
2014-02-06
3
-6
/
+4
*
gallium: remove PIPE_CAP_MAX_COMBINED_SAMPLERS
Marek Olšák
2014-02-04
1
-2
/
+0
*
nv50, nvc0: update reported glsl version to 330
Ilia Mirkin
2014-01-27
1
-1
/
+1
*
nv50: add more RGB10A2 formats
Christoph Bumiller
2014-01-27
1
-0
/
+7
*
nv50: enable seamless cube maps on all hw
Ilia Mirkin
2014-01-27
1
-1
/
+1
*
nv50: report glsl 1.50 now that gp tests pass
Ilia Mirkin
2014-01-27
1
-1
/
+1
*
nv50: add support for texelFetch'ing MS textures, ARB_texture_multisample
Ilia Mirkin
2014-01-27
4
-7
/
+95
*
nv50: copy nvc0's get_sample_position implementation
Ilia Mirkin
2014-01-27
1
-0
/
+46
*
nv50: add comments about CB_AUX contents
Ilia Mirkin
2014-01-27
3
-5
/
+15
*
nv50: don't forget to also clear additional layers
Ilia Mirkin
2014-01-27
1
-5
/
+27
*
nv50: allocate an extra code bo to avoid dmesg spam
Ilia Mirkin
2014-01-27
1
-1
/
+5
*
nv50: GP_REG_ALLOC_RESULT must be positive
Ilia Mirkin
2014-01-27
1
-0
/
+2
*
nv50: VP_RESULT_MAP_SIZE has to be positive
Ilia Mirkin
2014-01-27
1
-0
/
+4
*
nv50: enable primitive id generation when it is an FP input without GP
Ilia Mirkin
2014-01-27
2
-9
/
+8
*
nv50: handle gl_Layer writes in GP
Ilia Mirkin
2014-01-27
3
-1
/
+18
*
nv50: properly set the PRIMITIVE_ID enable flag when it is a gp input.
Ilia Mirkin
2014-01-27
1
-0
/
+3
*
nv50: allow vert_count to be >255
Ilia Mirkin
2014-01-27
1
-1
/
+1
*
nv50: add support for geometry shaders
Bryan Cain
2014-01-27
3
-0
/
+20
*
nv50, nvc0: only clear out the buffers that we were asked to clear
Ilia Mirkin
2014-01-27
1
-7
/
+12
*
nv50, nvc0: clear out RT on a null cbuf
Ilia Mirkin
2014-01-27
3
-5
/
+27
*
nv50: don't leak heap on tls alloc failure
Ilia Mirkin
2014-01-27
1
-1
/
+3
*
gallium: remove PIPE_CAP_SCALED_RESOLVE
Marek Olšák
2014-01-23
1
-1
/
+0
*
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
1
-0
/
+2
*
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
*
nv50: enable h264 and mpeg4 for nv98+ (vp3, vp4.0)
Ilia Mirkin
2013-12-09
1
-1
/
+1
*
nv50: wait on the buf's fence before sticking it into pushbuf
Ilia Mirkin
2013-12-04
1
-0
/
+9
*
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
1
-0
/
+2
*
gallium: new shader cap bit for the amount of sampler views
Roland Scheidegger
2013-11-28
1
-0
/
+2
*
vl/h264: split fields into SPS/PPS
Christian König
2013-10-28
2
-23
/
+23
*
gallium: add PIPE_CAP_MIXED_FRAMEBUFFER_SIZES
Ilia Mirkin
2013-10-26
1
-0
/
+1
*
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
1
-21
/
+18
*
nouveau: remove old bind_*_sampler_states() functions
Brian Paul
2013-10-03
1
-3
/
+0
[next]