dri: Move driUpdateFramebufferSize to dri_util.c
[mesa.git] / src / gallium /
2011-11-02 Kristian Høgsbergdri: Remove unnecessary timestamp pointer indirection
2011-11-02 Kristian Høgsbergdri: Remove cliprect information from __DRIdrawable
2011-11-02 Kristian Høgsbergdri: Remove driMediaStreamCounterExtension
2011-11-02 Kristian Høgsbergdri: Remove driSwapControlExtension
2011-11-02 Kristian Høgsbergdri: Drop driCopySubBufferExtension
2011-11-02 Kristian Høgsbergdri: Drop driReadDrawableExtension
2011-11-02 Kristian Høgsbergdri: Drop driLegacyExtension
2011-11-02 George Sapountzisst/dri/sw: add get_image inline helper similar to put_image
2011-11-02 Benjamin Franzkest/dri/sw: Fix incorrect cast
2011-11-02 Benjamin Franzkest/dri/sw: Implement texture_from_pixmap
2011-11-02 Benjamin FranzkeRevert "Duplicate state_tracker/dri/sw/dri_drawable.c"
2011-11-02 Benjamin FranzkeRevert "state_trackers/dri/sw: Implement texture_from_p...
2011-11-02 Alex Deucherr600g: add comment about special shader exports
2011-11-02 Vadim Girlinr600g: take into account PSIZE output for spi mapping
2011-11-02 José Fonsecasvga: Update state prototypes to return pipe_error.
2011-11-01 Brian Paulpostprocess: remove const qualifiers on unsigned int...
2011-11-01 Thomas Hellstromst/xa: Add a scanout flag for surfaces
2011-11-01 José Fonsecallvmpipe: Re-advertise support for stencil formats...
2011-11-01 José Fonsecallvmpipe: Use -1 instead of ~0 for "no slot".
2011-10-31 José Fonsecasvga: Fix potential buffer overflow in rs draw state.
2011-10-31 José Fonsecallvmpipe: Remove unsed variables.
2011-10-31 José Fonsecautil: Add missing initializer.
2011-10-31 José Fonsecasvga: Flush the hwtnl primitives before writing to...
2011-10-31 Thomas Hellstromst/xa: Plug a pipe context leak.
2011-10-31 Thomas Hellstrompipebuffer/debug: Fix a recursive mutex lock
2011-10-30 Chia-I Wullvmpipe: fix a crash in non-SSE path
2011-10-30 Marek Olšákr600g: reset the render condition to NULL when renderin...
2011-10-30 Marek Olšákr600g: shortcut ctx->screen->ws to ctx->ws
2011-10-29 Mathias Fröhlichr600g: Replace needless flush in texture upload.
2011-10-29 Marek Olšákr600g: remove one pointless flush
2011-10-28 Morgan Armandimplement WGL_ARB_create_context
2011-10-28 Marek Olšákr600g: get backend mask after the context is fully...
2011-10-28 Eric Anholtu_format: Fix -NaN handling for packing of 10F_11F_11F_...
2011-10-28 Eric Anholtu_format: Fix clamping of overflow in 10F_11F_11F_REV...
2011-10-28 Eric Anholtu_format: Fix bitshifting for unpacking from 10F.
2011-10-28 Eric Anholtu_format: Fix bit definition of UF10_MANTISSA_BITS.
2011-10-28 Marek Olšákr600g: don't flush before reading query results
2011-10-28 Marek Olšákr600g: only maintain the list of active queries
2011-10-28 Marek Olšákr600g: cleanup r600_query_result
2011-10-28 Marek Olšákr600g: don't flush in r600_get_backend_mask
2011-10-28 Marek Olšákr600g: remove redundant variable r600_query::buffer_size
2011-10-28 Marek Olšákr300g: remove useless code
2011-10-28 Alan Coopersmithgallium/auxiliary/util: Solaris also has standard Unix...
2011-10-28 Tom Stellardr300/compiler: Fix scheduler bug causing texture corruption
2011-10-27 Marek Olšákr600g: remove redundant variable r600_pipe_context...
2011-10-26 Brian Paulst/glx: fix mixed declarations and code, remove unused var
2011-10-26 Marek Olšákr600g: remove redundant assignment of pipe_draw_info...
2011-10-26 Dave Airliellvmpipe: llvmpipe doesn't support pure integers yet.
2011-10-26 Marek Olšákr600g: cleanup draw_vbo and add comments
2011-10-25 Stéphane Marchesinst/glx: Implement texture_from_pixmap without DRI.
2011-10-25 Stéphane Marchesini915g: Cleanup the vertex sampler interface a bit.
2011-10-25 Stéphane Marchesini915g: Flesh out TODO idea.
2011-10-25 Vinson Leetgsi: Fix memory leak in out-of-memory path.
2011-10-25 Marek Olšákr600g: move some code out of draw_vbo into new r600_upd...
2011-10-25 Marek Olšákr600g: cleanup some magic numbers
2011-10-25 Marek Olšákr600g: don't render if pipe_draw_info::count is 0
2011-10-25 Vinson Leepp: Fix memory leak on error path.
2011-10-24 Marek Olšákr600g: set correct tiling flags in depth info
2011-10-24 Brian Paulutil: handle failed mapping in u_upload_alloc()
2011-10-24 Brian Paulutil: handle failed mapping in u_upload_alloc_buffer()
2011-10-24 Marek Olšákr300g: expose ARB_ES2_compatibility by claiming FIXED...
2011-10-24 Adel Gadllahnv50: fix max texture levels
2011-10-24 Marek Olšákwinsys/radeon: don't use the new GEM_WAIT ioctl for now
2011-10-24 Mathias Fröhlichwinsys/radeon: restore the old r600g winsys memory...
2011-10-24 Brian Paulutil: remove gotos in u_upload_mgr.c
2011-10-23 Marek Olšákr300g: don't call u_trim_pipe_prim in r300_swtcl_draw_vbo
2011-10-23 Marek Olšáku_blitter: accept overriden width0 and height0
2011-10-23 Marek Olšáku_blitter: add a copy_texture function which uses views...
2011-10-23 Brian Paulllvmpipe: point out that there's two stencil writemasks
2011-10-23 Brian Paulllvmpipe: compare front_facing to NULL to improve reada...
2011-10-23 Brian Paulgallivm: added lp_build_print_ivec4() function
2011-10-23 Mathias Fröhlichdri-r600: Hook up a drm_descriptor configuration function
2011-10-23 Mathias Fröhlichr600g: make r[67]00 not bail out on PRED_SETNE_INT.
2011-10-22 Dave Airlier600g: make if's use PRED_SETNE_INT no matter what.
2011-10-22 Dave Airlier600g: print inst in hex in dumps
2011-10-22 Dave Airlier600g: drop specific i2f it should be a trans only...
2011-10-21 Maarten Lankhorstgallium/targets: Add vdpau target for nouveau
2011-10-21 Christoph Bumillerd3d1x: set primitive restart in the correct draw calls
2011-10-21 Christoph Bumillernv50/ir: import SM4 converter
2011-10-21 Christoph Bumillernouveau,nvc0: fix/improve handling of multiple constant...
2011-10-21 Christoph Bumillernvc0: add support for linear and buffer textures and RTs
2011-10-21 Christoph Bumillernvc0: add support for clip distance shader outputs
2011-10-21 Christoph Bumillernvc0: handle more query types
2011-10-21 Christoph Bumillernvc0: fix location of the PrimitiveID output
2011-10-21 Christoph Bumillernvc0: prevent VERTEXID/INSTANCEID from consuming input...
2011-10-21 Christoph Bumillernvc0: fixes for program tessellation parameters
2011-10-21 Christoph Bumillernv50,nvc0: reset per-instance state for inactive vertex...
2011-10-21 Christoph Bumillernv50,nvc0: reset base element in draw_arrays
2011-10-21 Christoph Bumillernvc0: apply first_layer offset to all resources with...
2011-10-21 Christoph Bumillernvc0: emit state to allow GP to select the RT layer
2011-10-21 Christoph Bumillernvc0: validate GP samplers, textures
2011-10-21 Christoph Bumillernvc0: fix clear_render_target/depth_stencil region
2011-10-21 Christoph Bumillernvc0: fix assertion that immediate array buffer fits
2011-10-21 Christoph Bumillernv50/ir: use RDSV to fetch FrontFacing before lowering
2011-10-21 Christoph Bumillernv50/ir: fix textureGrad with offsets and in non-FPs
2011-10-21 Christoph Bumillernv50/ir: add wrap mode for shift operations
2011-10-21 Christoph Bumillernv50/ir: initialize RelocInfo to 0
2011-10-21 Christoph Bumillernvc0/ir: fix emission of cvt when register and type...
2011-10-21 Christoph Bumillernv50/ir: fix argument count for CUBE_ARRAY texture...
2011-10-21 Christoph Bumillernvc0/ir: GP emit address must end up in $r0
next