summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2009-08-14Allow external settings of MAX_WIDTH/HEIGHT.Tom Fogal1-2/+7
2009-08-14intel: in intel_context struct use typedef for sarea structTobias Doerffel1-1/+1
2009-08-14st/vega: Add more symbols defined by mesa/st.Chia-I Wu2-3/+18
2009-08-14nv50: fix typo in REALLOC's 2nd argument in ctor_immdChristoph Bumiller1-1/+1
2009-08-14r600: emit SURFACE_BASE_UPDATE on depth base updates on rv6xxAlex Deucher1-0/+8
2009-08-13r600: move non-surface related cb state to general stateAlex Deucher1-6/+12
2009-08-13r600: move non-surface related depth state to general stateAlex Deucher1-23/+15
2009-08-13glx: indent -br -i3 -npcs --no-tabsRALOVICH, Kristóf14-3574/+3705
2009-08-13glsl: fix incorrect attribute sizeBrian Paul1-1/+1
2009-08-13tnl: if NAN_CHECK is enabled, also assert that pos.x != 0Brian Paul1-0/+3
2009-08-13mesa: s/assert/ASSERT/ in _mesa_reference_texobj()Brian Paul1-2/+2
2009-08-13mesa: rework error check in glGetTexLevelParameter(), remove tex_image_dimens...Brian Paul1-47/+2
2009-08-13mesa: if maxLevels==0, target is invalidBrian Paul1-1/+4
2009-08-13mesa: add extension checks in _mesa_max_texture_levels()Brian Paul1-6/+9
2009-08-13mesa: minor clean-ups in bumpmap functionsBrian Paul1-14/+39
2009-08-13mesa: use _mesa_get_current_tex_unit() in more placesBrian Paul5-61/+53
2009-08-13mesa: refactor: move _mesa_is_color/depth/stencil_format() helpers to image.cBrian Paul5-224/+225
2009-08-13mesa: move _mesa_Get[Compressed]TexImage() to texgetimage.cBrian Paul5-242/+275
2009-08-13mesa: short-circuit no-change in _mesa_DepthRange()Brian Paul1-0/+4
2009-08-13st/dri: Add support for GLX_EXT_texture_from_pixmap with direct rendering.Michel Dänzer3-0/+37
2009-08-13gallium/drm: Handle circular dependencies in the auxiliary libraries with make.Michel Dänzer1-1/+3
2009-08-13st/xorg: Fix DRI2 CopyRegion hook.Michel Dänzer1-29/+43
2009-08-13tgsi: add simple facility for releasing and reusing temporariesKeith Whitwell2-4/+40
2009-08-13tgsi: rename ureg src/dest convertersKeith Whitwell1-3/+3
2009-08-13draw: Remove unused variable.José Fonseca1-1/+0
2009-08-13Merge branch 'mesa_7_5_branch'Keith Whitwell1-22/+55
2009-08-13draw: cope with more primitives in draw_pipeline_runKeith Whitwell1-22/+55
2009-08-13tgsi: turn off debuggingKeith Whitwell1-1/+1
2009-08-13tgsi: use REALLOC for growing token poolKeith Whitwell1-11/+5
2009-08-13util: silence warnings for third REALLOC argumentKeith Whitwell1-1/+7
2009-08-13util: remove unneeded includesKeith Whitwell1-4/+0
2009-08-13util: convert u_simple_shaders to use tgsi_uregKeith Whitwell1-258/+60
2009-08-13tgsi: add tgsi_ureg, a simplified tgsi shader builderKeith Whitwell5-0/+1381
2009-08-13i965: fix cube map on IGDNGXiang, Haihao1-5/+8
2009-08-12glsl: remove duplicate frag input entryBrian Paul1-1/+0
2009-08-12Merge branch 'new-frag-attribs'Brian Paul12-151/+107
2009-08-12mesa: const qualifiersBrian Paul1-2/+2
2009-08-12vbo: use _mesa_is_bufferobj()Brian Paul4-18/+21
2009-08-12mesa: use _mesa_is_bufferobj()Brian Paul12-46/+49
2009-08-12mesa: use _mesa_is_bufferobj()Brian Paul1-17/+17
2009-08-12mesa: new _mesa_is_bufferobj() functionBrian Paul1-0/+12
2009-08-12i965: Make the cube mapping RCP use a writemask.Eric Anholt1-2/+2
2009-08-12i965: Allocate destination registers for GLSL TEX instructions contiguously.Eric Anholt1-0/+24
2009-08-12i965: drop dead scalar handling in GLSL.Eric Anholt2-14/+0
2009-08-12i965: Correct brw_wm_nr_args for WM_DELTAXY and WM_PIXELXY.Eric Anholt1-2/+2
2009-08-12i965: Drop GLSL ABS code, which is translated away in brw_wm_fp.Eric Anholt1-20/+0
2009-08-12i965: Drop code for emitting OPCODE_SUB, since brw_wm_fp.c makes it an ADD.Eric Anholt1-21/+0
2009-08-12i965: Store the dispatch width in the WM compile struct.Eric Anholt2-0/+3
2009-08-12i965: Handle scalar result swizzling in shared GLSL/non-GLSL code.Eric Anholt5-69/+103
2009-08-12i965: Flag ARL-using programs as requiring brw_wm_glsl.cEric Anholt1-0/+1