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
*
nvc0: implement MP performance counters for nvc0:nvd9
Samuel Pitoiset
2013-08-06
2
-93
/
+370
*
nvc0: implement compute support for nvc0
Samuel Pitoiset
2013-08-06
9
-32
/
+706
*
nvc0: add more MP counters for nve4
Samuel Pitoiset
2013-08-06
3
-14
/
+47
*
radeonsi: Number of SGPRs retrieved from LLVM already includes VCC
Michel Dänzer
2013-08-06
1
-8
/
+8
*
llvmpipe: Do not need to free anything if there is no geometry shader.
Vinson Lee
2013-08-05
1
-2
/
+5
*
nvc0: Initialize ptr for unexpected sample_count on release builds.
Vinson Lee
2013-08-05
1
-0
/
+1
*
draw: Change slot from unsigned to int.
Vinson Lee
2013-08-05
1
-1
/
+1
*
postprocess: Check ppq is null before calling pp_free_bos.
Vinson Lee
2013-08-05
1
-1
/
+3
*
draw: add back separate input assembler
Zack Rusin
2013-08-03
6
-4
/
+351
*
draw: implement proper primitive assembler as a pipeline stage
Zack Rusin
2013-08-03
12
-352
/
+280
*
draw: fix front face injection
Zack Rusin
2013-08-03
1
-9
/
+15
*
tgsi: remove unneeded File == TGSI_FILE_INPUT test
Brian Paul
2013-08-05
1
-1
/
+0
*
tgsi: clean up tgsi_scan_shader() function
Brian Paul
2013-08-05
1
-41
/
+42
*
llvmpipe: fix frontface behavior again
Zack Rusin
2013-08-02
1
-3
/
+11
*
r600g/sb: Dump correct value for CND.
Vinson Lee
2013-08-04
1
-1
/
+1
*
nv50: fix some h264 interlaced decoding on vp2
Ilia Mirkin
2013-08-03
2
-7
/
+8
*
llvmpipe: don't interpolate front face or prim id
Zack Rusin
2013-08-02
1
-15
/
+13
*
draw: make sure clipping works with injected outputs
Zack Rusin
2013-08-02
1
-35
/
+54
*
draw: inject frontface info into wireframe outputs
Zack Rusin
2013-08-02
14
-4
/
+146
*
draw: stop crashing with extra shader outputs
Zack Rusin
2013-08-02
9
-15
/
+52
*
draw: use the vertex size
Zack Rusin
2013-08-02
1
-1
/
+1
*
draw/llvm: add some extra debugging output
Zack Rusin
2013-08-02
1
-0
/
+6
*
tgsi: detect prim id and front face usage in fs
Zack Rusin
2013-08-02
2
-2
/
+8
*
tgsi: add ucmp to the list of opcodes
Zack Rusin
2013-08-02
1
-0
/
+1
*
llvmpipe: make the front-face behavior match the gallium spec
Zack Rusin
2013-08-02
1
-1
/
+4
*
r600g: honour semantic index in fragment color exports
Christoph Bumiller
2013-08-02
1
-5
/
+5
*
gallivm: obey clarified shift behavior
Roland Scheidegger
2013-08-02
2
-8
/
+24
*
tgsi: obey clarified shift behavior
Roland Scheidegger
2013-08-02
1
-12
/
+27
*
gallium: clarify shift behavior with shift count >= 32
Roland Scheidegger
2013-08-02
1
-12
/
+18
*
nvc0: properly align NVE4_COMPUTE_MP_TEMP_SIZE
Samuel Pitoiset
2013-07-31
2
-2
/
+3
*
gallivm: use nearest rounding for float->unorm24 conversion
Roland Scheidegger
2013-07-31
1
-4
/
+6
*
gallium/util: reformat, comment util_get_offset()
Brian Paul
2013-07-31
1
-3
/
+7
*
gallium/util: comments, var renaming in u_inlines.h
Brian Paul
2013-07-31
1
-13
/
+48
*
softpipe: use new softpipe_resource_data() accessor
Brian Paul
2013-07-31
3
-4
/
+20
*
softpipe: don't ignore pipe_constant_buffer::buffer_offset
Brian Paul
2013-07-31
1
-3
/
+5
*
gallium/docs: clarify definition of PIPE_CAP_USER_CONSTANT_BUFFERS, etc
Brian Paul
2013-07-31
1
-5
/
+8
*
st/dri: add a new driconf option disable_shader_bit_encoding for Unigine
Marek Olšák
2013-07-30
4
-1
/
+6
*
mesa,glsl,st/dri: add a new driconf option force_glsl_version for Unigine
Marek Olšák
2013-07-30
4
-7
/
+12
*
st/dri: remove driOptionCache from dri_context in favor of dri_screen
Marek Olšák
2013-07-30
2
-13
/
+1
*
st/dri: move enabling postprocessing to dri_screen
Marek Olšák
2013-07-30
4
-16
/
+18
*
st/dri: remove more unused driconf options
Marek Olšák
2013-07-30
1
-6
/
+1
*
st/dri: implement the driconf option force_s3tc_enable properly
Marek Olšák
2013-07-30
5
-12
/
+23
*
driconf: remove the unused option allow_large_textures
Marek Olšák
2013-07-30
1
-2
/
+1
*
st/dri: support the driconf option disable_blend_func_extended
Marek Olšák
2013-07-30
4
-3
/
+8
*
st/osmesa: initialize disable_glsl_line_continuations
Marek Olšák
2013-07-30
1
-0
/
+1
*
gallium/postprocessing: convert blits to pipe->blit
Marek Olšák
2013-07-30
5
-25
/
+54
*
gallium/postprocessing: fix shader parsing
Marek Olšák
2013-07-30
1
-2
/
+2
*
Revert "r300g: Give CLIP_DISABLE another try"
Marek Olšák
2013-07-30
2
-3
/
+2
*
r600g/compute: Added missing address space checking of kernel parameters
Jonathan Charest
2013-07-30
1
-3
/
+2
*
clover: Added missing address space checking of kernel parameters v2
Jonathan Charest
2013-07-30
1
-15
/
+31
[next]