Merge commit 'origin/gallium-0.1' into gallium-0.2
[mesa.git] / src / mesa /
2008-09-11 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-09-11 Keith Whitwellmesa: use sources.mak -- need to figure out how to...
2008-09-11 Alan Hourihanetree builds
2008-09-11 Alan HourihaneMerge branch 'master' of git+ssh://git.freedesktop...
2008-09-11 Keith Whitwellmesa: fix srcRowStride vs srcRowBytes conflict
2008-09-11 Keith WhitwellMerge branch 'gallium-0.1' into gallium-0.2
2008-09-11 Shane Blackettadded 24bpp support
2008-09-11 Shane BlackettFixes for Mingw
2008-09-10 Eric Anholtintel: track move of bo_exec from drivers to bufmgr.
2008-09-10 Eric Anholtintel: track bufmgr move to libdrm_intel and bufmgr_fak...
2008-09-10 Eric Anholtintel: Move the bufmgr back to the screen.
2008-09-05 Brian Paulgallium: document that clear color is intentionally...
2008-09-05 Brian Paulmesa: replace MALLOC w/ CALLOC to fix memory error...
2008-09-05 Brian Paulmesa: replace MALLOC w/ CALLOC to fix memory error...
2008-09-05 Brian Paulmesa: replace MALLOC w/ CALLOC to fix valgrind warning
2008-09-05 Michal Krolmesa: _mesa_program_state_string() returns char *,...
2008-09-05 Dave Airlieintel: only enable occlusion query if the drm has defines.
2008-09-04 Brian Paulmesa: improved gl_buffer_object reference counting
2008-09-04 Brian Paulmesa: fix minor mem leak
2008-09-04 Brian Paulmesa: improved gl_buffer_object reference counting
2008-09-04 Brian Paulgallium: remove the copyHeight hack for compresssed...
2008-09-04 Michal Krolmesa: Silence compiler warnings on Windows.
2008-09-04 Xiang, Haihaomesa: merge stencil values into depth values for MESA_F...
2008-09-04 Xiang, Haihaointel: Fix depth_stencil texture.
2008-09-04 Xiang, Haihaomesa: merge stencil values into depth values for MESA_F...
2008-09-04 Jakob Bornecrantzmesa: Support for MESA_FORMAT_S8_Z24 texture
2008-09-04 José Fonsecamesa: Remove unused var.
2008-09-03 Eric Anholtintel: Fix prototype warning.
2008-09-03 Eric Anholtintel: Fix refcounting on depth buffer initialization...
2008-09-03 Xiang, Haihaointel: Fix a crash if dri2 is disabled.
2008-09-03 José Fonsecagallium: Have pipe_buffer_* receive a pipe_screen inste...
2008-09-03 Brian Paulfix BUFFER_DEPTH/BUFFER_ACCUM mix-up
2008-09-03 Brian Paulfix BUFFER_DEPTH/BUFFER_ACCUM mix-up
2008-09-02 Roland Scheideggerfix no error generated when calling glLight{if}[v]...
2008-09-01 Brian Paulmesa: use CALLOC instead of MALLOC to fix valgrind...
2008-09-01 Brian Paulgallium: added st_bind/release_teximage() functions
2008-09-01 Brian Paulgallium: move st_texture_image() cast wrapper to header...
2008-09-01 Michel DänzerFix build by removing #include of removed dri_sarea.h.
2008-08-29 Kristian HøgsbergDRI2: Drop sarea, implement swap buffers in the X server.
2008-08-29 Xiang, Haihaoi965: force thread switch after IF/ELSE/ENDIF. partial...
2008-08-29 Xiang, Haihaoi965: mask control for BREAK/CONT/DO/WHILE. partial...
2008-08-29 Xiang, Haihaoi965: Push/pop instruction state. partial fix for ...
2008-08-28 Brian Paulmesa: remove debug code
2008-08-28 Brian Paulmesa: bump MAX_INSN to 350
2008-08-28 Brian Paulmesa: dynamically grow the fixed function vertex progra...
2008-08-28 Brian Paulgallium: change the conditional which tests for combine...
2008-08-28 Brian Paulmesa: bump MAX_INSN to 300
2008-08-27 Brian Paulgallium: better support for user-space interleaved...
2008-08-27 Brian Paulgallium: in st_draw_vbo() try to detect interleaved...
2008-08-27 Brian Paulgallium: remove old assertions
2008-08-26 Brian Paulmesa: don't check for GLSL 1.2 to advertise GL 2.1
2008-08-26 Keith Whitwellvbo: seed initial max_element value with a more likely...
2008-08-25 Brian Paulmesa: glsl: regenerated file
2008-08-25 Brian Paulmesa: glsl: grab latest fixes from gallium-0.1 branch
2008-08-25 Brian Paulmesa: set version string to 7.3-devel
2008-08-24 Brian Paulgallium: refactor/replace p_util.h with util/u_memory...
2008-08-24 Dave AirlieRevert "Revert "Merge branch 'drm-gem'""
2008-08-24 Dave AirlieRevert "Merge branch 'drm-gem'"
2008-08-22 Brian Paulgallium: move pipe_copy_rect(), pipe_fill_rect() protos...
2008-08-22 Brian Paulmesa: glsl: regenerated file
2008-08-22 Brian Paulmesa: glsl: implement exp() functions in terms of EXP...
2008-08-21 Krzysztof Czurylo965: Fix incorrect backface culling
2008-08-21 Krzysztof CzuryloCall _ae_update_state when array enable state changes
2008-08-21 Krzysztof Czurylo965: Fix color clamping issues
2008-08-21 Ian RomanickFormatting changes to ease application of patches
2008-08-21 Eric Anholti965: use dri_bo_subdata in vertex upload to get pwrite...
2008-08-21 Eric AnholtFlush vertices when updating texObj->GenerateMipmap...
2008-08-21 Peter HuttererReport damage before modifying the area, not after.
2008-08-21 Eric Anholtintel: Fix SGIS_generate_mipmap after a miptree had...
2008-08-20 Mark Andersonmesa: fix float blend bug
2008-08-20 Brian Paulmesa: glsl: fix a swizzle bug in storage_to_src_reg()
2008-08-20 Brian Paulmesa: glsl: add check for exceeding max number of const...
2008-08-20 Dave Airliei965: fixup format for TFP zero copy
2008-08-20 Dave Airliei965: make tex offset override work..
2008-08-20 Brian Paulmesa: glsl: regenerated file
2008-08-20 Brian Paulmesa: glsl: better implementation of ftransform()
2008-08-20 Xiang, Haihaoi965: Enable GL_ARB_fragment_program_shadow and fix...
2008-08-20 Brian Paulmesa: allow for extra per-context init
2008-08-19 Brian Paulgallium: implement a fast-path for glReadPixels for...
2008-08-19 Brian Paulgallium: do a proper implementation of GL_OES_read_format
2008-08-19 Brian Paulmesa: glsl: more writemask error checking
2008-08-19 Brian Paulmesa: glsl: added some post incr/decr error checks
2008-08-19 Brian Paulmesa: glsl: limit function matching through casting
2008-08-19 Brian Paulmesa: glsl: add usage tracking for uniform vars
2008-08-19 Corbin Simpsonr5xx: Final fog option fix.
2008-08-19 Brian Paulmesa: glsl: put var emit/ref code into separate functions
2008-08-19 Corbin Simpsonr5xx: Don't squish GL context when using FogOption
2008-08-19 José Fonsecamesa: Call pipe->destroy on context destruction for...
2008-08-18 Corbin Simpsonr5xx: Enable fog options.
2008-08-18 Michal Krolst: Do not translate program constants to immediates...
2008-08-18 Michal Krolst: Translate address register declaration.
2008-08-18 Michal Krolst: Fix immediate construction.
2008-08-18 Brian Paulgallium: use PIPE_TEXTURE_USAGE_RENDER_TARGET for stenc...
2008-08-18 Brian Paulgallium: fix vertex program output translation/mapping bug
2008-08-18 Brian Paulgallium: fix do_flip bug on glCopyTexImage / surface_co...
2008-08-18 Henri Verbeetfix byte vs. pixel offset bug for 3D textures (see...
2008-08-18 Brian Paulmesa: rearrange some code in _mesa_BindTexture() to...
2008-08-18 Brian Paulmesa: rearrange some code in _mesa_BindTexture() to...
2008-08-18 Corbin Simpsonr5xx: Add DDX and DDY instructions.
2008-08-16 Brian Paulprep for 7.1 rc4
next