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
...
|
|
*
t_dd_dmatmp.h: Silence unused value warning in render_line_loop_verts.
Vinson Lee
2009-12-12
1
-0
/
+1
|
|
*
t_dd_dmatmp.h: Silence unused value warning in render_line_loop_verts.
Vinson Lee
2009-12-12
1
-0
/
+1
|
*
|
i965: Use current draw buffer instead of drawable visual to get alpha bits
Ian Romanick
2009-12-14
2
-3
/
+3
|
*
|
mesa/meta: move BindTexture() call in _mesa_meta_GenerateMipmap()
Brian Paul
2009-12-14
1
-3
/
+3
|
*
|
radeon: fix #25463
Maciej Cencora
2009-12-12
1
-1
/
+4
|
*
|
r300: fix depth textures
Maciej Cencora
2009-12-11
2
-3
/
+17
*
|
|
osmesa: added new GLSL libs
Brian Paul
2009-12-21
1
-1
/
+5
*
|
|
r600: support more of arb_point_sprite and also sprite_coord_origin
Andre Maasikas
2009-12-21
1
-4
/
+25
*
|
|
r600: disallow negative offsets for relative addressing for now
Andre Maasikas
2009-12-21
1
-1
/
+9
*
|
|
r600: fix glFrontFace(GL_CW)
Dave Airlie
2009-12-21
1
-7
/
+2
*
|
|
radeon/r600: use new libdrm_radeon api
Dave Airlie
2009-12-21
28
-546
/
+644
*
|
|
slang: Update after glsl cl interface changes.
Michal Krol
2009-12-20
1
-77
/
+0
*
|
|
slang: Add gitignore for autogenerated files.
Michal Krol
2009-12-20
1
-0
/
+1
*
|
|
slang: Update after glsl pp changes.
Michal Krol
2009-12-20
1
-22
/
+11
*
|
|
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
[prev]
[next]