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
/
mesa
Commit message (
Expand
)
Author
Age
Files
Lines
*
r300: minor blit rework
Maciej Cencora
2009-12-19
3
-23
/
+113
*
r300: better fix for glCopyTexSubImage
Maciej Cencora
2009-12-19
2
-16
/
+22
*
radeon: protect fbo allocation message with debug
Alex Deucher
2009-12-18
1
-2
/
+3
*
Merge branch 'pipe-format-simplify'
Michal Krol
2009-12-18
7
-73
/
+73
|
\
|
*
Move the remaining format pf_get_* functions to u_format.h.
Michal Krol
2009-12-17
4
-19
/
+20
|
*
Merge branch 'master' into pipe-format-simplify
Michal Krol
2009-12-17
145
-15666
/
+3140
|
|
\
|
*
|
s/desc->type/desc->channel[0].type/
Michal Krol
2009-12-17
1
-3
/
+3
|
*
|
Revert "Simplify the redundant meaning of format layout."
Michal Krol
2009-12-09
1
-2
/
+3
|
*
|
Simplify the redundant meaning of format layout.
Michal Krol
2009-12-08
1
-3
/
+2
|
*
|
Remove remaining pipe format utility functions.
Michal Krol
2009-12-08
1
-34
/
+31
|
*
|
Remove pf_swizzle_* internal macros.
Michal Krol
2009-12-03
1
-4
/
+7
|
*
|
Move pf_get_component_bits() to u_format auxiliary module.
Michal Krol
2009-12-03
3
-28
/
+22
|
*
|
Move pf_get_bits/size() to u_format auxiliary module.
Michal Krol
2009-12-03
1
-1
/
+1
|
*
|
Move pf_get_block() to u_format auxiliary module.
Michal Krol
2009-12-03
3
-4
/
+5
|
*
|
Move pf_is_depth_and_stencil() to u_format auxiliary module.
Michal Krol
2009-12-03
3
-6
/
+8
|
*
|
Move pf_is_depth_stencil() to u_format auxiliary module.
Michal Krol
2009-12-03
2
-2
/
+3
|
*
|
Move pf_is_compressed() to u_format auxiliary module.
Michal Krol
2009-12-03
1
-1
/
+2
*
|
|
r600 : enable gl2, set R600_ENABLE_GLSL_TEST by default.
Richard Li
2009-12-18
1
-1
/
+1
*
|
|
radeon: fix frontbuffer read/drawpixels
Dave Airlie
2009-12-18
5
-16
/
+58
|
|
/
|
/
|
*
|
Merge branch 'glsl-pp-rework-2'
Michal Krol
2009-12-17
38
-12888
/
+410
|
\
\
|
*
|
Remove grammar module -- no dependencies left.
Michal Krol
2009-12-12
14
-4322
/
+2
|
*
|
slang: Delete a file that is now autogenerated.
Michal Krol
2009-12-12
1
-880
/
+0
|
*
|
Merge branch 'master' into glsl-pp-rework-2
Michal Krol
2009-12-12
610
-46372
/
+44414
|
|
\
\
|
*
|
|
scons: Get GLSL code building correctly when cross compiling.
José Fonseca
2009-12-10
1
-0
/
+8
|
*
|
|
mesa: added new libglslpp.a and libglslcl.a to libGL build
Brian Paul
2009-12-10
2
-5
/
+10
|
*
|
|
slang: Predefine ES symbols for FEATURE_es2_glsl.
Michal Krol
2009-12-10
1
-0
/
+9
|
*
|
|
slang: Explicitly enable ARB_draw_buffers and ARB_texture_rectangle.
Michal Krol
2009-12-10
1
-0
/
+7
|
*
|
|
Build mesa glsl with make.
michal
2009-12-10
2
-42
/
+28
|
*
|
|
slang/library: Don't need the *_gc.h files, they are autogenerated now.
Michal Krol
2009-11-25
7
-2828
/
+0
|
*
|
|
scons: Autogenerate GLSL builtin library *_gc.h from *.gc files.
Michal Krol
2009-11-25
2
-1
/
+47
|
*
|
|
slang: Fix order of parameters to sl_pp_tokenise().
Michal Krol
2009-11-23
1
-1
/
+1
|
*
|
|
slang: No need to purify source text for tokeniser.
Michal Krol
2009-11-21
1
-12
/
+2
|
*
|
|
slang: Report syntax parser errors.
Michal Krol
2009-11-13
1
-5
/
+10
|
*
|
|
slang: Regenerate .gc files.
Michal Krol
2009-11-13
5
-2590
/
+2581
|
*
|
|
slang: Get rid of the old syntax file and utilities.
Michal Krol
2009-11-13
5
-2400
/
+0
|
*
|
|
slang: Plug in the new syntax parser.
Michal Krol
2009-11-13
1
-57
/
+58
|
*
|
|
slang: Update for glsl/pp interface changes.
Michal Krol
2009-11-10
1
-2
/
+4
|
*
|
|
grammar: Include the correct glsl pp header.
Michal Krol
2009-09-23
1
-1
/
+1
|
*
|
|
slang: Differentiate between uints and floats.
Michal Krol
2009-09-22
3
-5
/
+6
|
*
|
|
grammar: Differentiate between uints and floats.
Michal Krol
2009-09-22
1
-2
/
+4
|
*
|
|
slang: Use glsl pp public interface.
Michal Krol
2009-09-18
1
-18
/
+16
|
*
|
|
Merge commit 'origin/master' into glsl-pp-rework-2
Michal Krol
2009-09-17
44
-1924
/
+2641
|
|
\
\
\
|
*
|
|
|
slang: Propagate error messages from preprocessor.
Michal Krol
2009-09-16
1
-0
/
+5
|
*
|
|
|
slang: Invoke the preprocessor from withing the slang compiler.
Michal Krol
2009-09-16
4
-137
/
+132
|
*
|
|
|
grammar: Adapt to pp interface change.
Michal Krol
2009-09-14
1
-1
/
+4
|
*
|
|
|
Merge commit 'origin/master' into glsl-pp-rework-2
Michal Krol
2009-09-14
96
-5855
/
+6869
|
|
\
\
\
\
|
*
|
|
|
|
slang: Correctly handle end of tokens marker.
Michal Krol
2009-09-08
3
-2
/
+4
|
*
|
|
|
|
slang: Do not parse whitespace.
Michal Krol
2009-09-08
2
-190
/
+72
|
*
|
|
|
|
slang: Correctly parse numbers from the new preprocessor.
Michal Krol
2009-09-08
3
-38
/
+123
|
*
|
|
|
|
grammar: Fix token stripping.
Michal Krol
2009-09-08
1
-0
/
+4
[next]