summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
...
| | * t_dd_dmatmp.h: Silence unused value warning in render_line_loop_verts.Vinson Lee2009-12-121-0/+1
| | * t_dd_dmatmp.h: Silence unused value warning in render_line_loop_verts.Vinson Lee2009-12-121-0/+1
| * | i965: Use current draw buffer instead of drawable visual to get alpha bitsIan Romanick2009-12-142-3/+3
| * | mesa/meta: move BindTexture() call in _mesa_meta_GenerateMipmap()Brian Paul2009-12-141-3/+3
| * | radeon: fix #25463Maciej Cencora2009-12-121-1/+4
| * | r300: fix depth texturesMaciej Cencora2009-12-112-3/+17
* | | osmesa: added new GLSL libsBrian Paul2009-12-211-1/+5
* | | r600: support more of arb_point_sprite and also sprite_coord_originAndre Maasikas2009-12-211-4/+25
* | | r600: disallow negative offsets for relative addressing for nowAndre Maasikas2009-12-211-1/+9
* | | r600: fix glFrontFace(GL_CW)Dave Airlie2009-12-211-7/+2
* | | radeon/r600: use new libdrm_radeon apiDave Airlie2009-12-2128-546/+644
* | | slang: Update after glsl cl interface changes.Michal Krol2009-12-201-77/+0
* | | slang: Add gitignore for autogenerated files.Michal Krol2009-12-201-0/+1
* | | slang: Update after glsl pp changes.Michal Krol2009-12-201-22/+11
* | | r300: minor blit reworkMaciej Cencora2009-12-193-23/+113
* | | r300: better fix for glCopyTexSubImageMaciej Cencora2009-12-192-16/+22
* | | radeon: protect fbo allocation message with debugAlex Deucher2009-12-181-2/+3
* | | Merge branch 'pipe-format-simplify'Michal Krol2009-12-187-73/+73
|\ \ \
| * | | Move the remaining format pf_get_* functions to u_format.h.Michal Krol2009-12-174-19/+20
| * | | Merge branch 'master' into pipe-format-simplifyMichal Krol2009-12-17145-15666/+3140
| |\ \ \
| * | | | s/desc->type/desc->channel[0].type/Michal Krol2009-12-171-3/+3
| * | | | Revert "Simplify the redundant meaning of format layout."Michal Krol2009-12-091-2/+3
| * | | | Simplify the redundant meaning of format layout.Michal Krol2009-12-081-3/+2
| * | | | Remove remaining pipe format utility functions.Michal Krol2009-12-081-34/+31
| * | | | Remove pf_swizzle_* internal macros.Michal Krol2009-12-031-4/+7
| * | | | Move pf_get_component_bits() to u_format auxiliary module.Michal Krol2009-12-033-28/+22
| * | | | Move pf_get_bits/size() to u_format auxiliary module.Michal Krol2009-12-031-1/+1
| * | | | Move pf_get_block() to u_format auxiliary module.Michal Krol2009-12-033-4/+5
| * | | | Move pf_is_depth_and_stencil() to u_format auxiliary module.Michal Krol2009-12-033-6/+8
| * | | | Move pf_is_depth_stencil() to u_format auxiliary module.Michal Krol2009-12-032-2/+3
| * | | | Move pf_is_compressed() to u_format auxiliary module.Michal Krol2009-12-031-1/+2
* | | | | r600 : enable gl2, set R600_ENABLE_GLSL_TEST by default.Richard Li2009-12-181-1/+1
* | | | | radeon: fix frontbuffer read/drawpixelsDave Airlie2009-12-185-16/+58
| |/ / / |/| | |
* | | | Merge branch 'glsl-pp-rework-2'Michal Krol2009-12-1738-12888/+410
|\ \ \ \
| * | | | Remove grammar module -- no dependencies left.Michal Krol2009-12-1214-4322/+2
| * | | | slang: Delete a file that is now autogenerated.Michal Krol2009-12-121-880/+0
| * | | | Merge branch 'master' into glsl-pp-rework-2Michal Krol2009-12-12610-46372/+44414
| |\ \ \ \
| * | | | | scons: Get GLSL code building correctly when cross compiling.José Fonseca2009-12-101-0/+8
| * | | | | mesa: added new libglslpp.a and libglslcl.a to libGL buildBrian Paul2009-12-102-5/+10
| * | | | | slang: Predefine ES symbols for FEATURE_es2_glsl.Michal Krol2009-12-101-0/+9
| * | | | | slang: Explicitly enable ARB_draw_buffers and ARB_texture_rectangle.Michal Krol2009-12-101-0/+7
| * | | | | Build mesa glsl with make.michal2009-12-102-42/+28
| * | | | | slang/library: Don't need the *_gc.h files, they are autogenerated now.Michal Krol2009-11-257-2828/+0
| * | | | | scons: Autogenerate GLSL builtin library *_gc.h from *.gc files.Michal Krol2009-11-252-1/+47
| * | | | | slang: Fix order of parameters to sl_pp_tokenise().Michal Krol2009-11-231-1/+1
| * | | | | slang: No need to purify source text for tokeniser.Michal Krol2009-11-211-12/+2
| * | | | | slang: Report syntax parser errors.Michal Krol2009-11-131-5/+10
| * | | | | slang: Regenerate .gc files.Michal Krol2009-11-135-2590/+2581
| * | | | | slang: Get rid of the old syntax file and utilities.Michal Krol2009-11-135-2400/+0
| * | | | | slang: Plug in the new syntax parser.Michal Krol2009-11-131-57/+58