gallivm,llvmpipe,draw: Support multiple constant buffers.
[mesa.git] / src / gallium /
2012-12-07 José Fonsecagallivm,llvmpipe,draw: Support multiple constant buffers.
2012-12-07 Marek Olšákst/dri: implement MSAA for GLX/DRI2 framebuffers
2012-12-07 Marek Olšákgallium: pass the current context to the flush_front...
2012-12-07 Marek Olšákst/dri: don't expose MSAA configs with accumulation...
2012-12-07 Marek Olšákst/dri: refactor dri_fill_in_modes
2012-12-07 Marek Olšákst/dri: always allocate private depth-stencil buffers
2012-12-07 Marek Olšákgallium/u_blitter: fix conflict with u_memory.h
2012-12-07 Marek Olšákr600g: transfers of MSAA color textures should do the...
2012-12-07 Marek Olšáktrace: dump pipe_resource::nr_samples
2012-12-06 Dave Airliellvmpipe: fix regression in gears speed.
2012-12-06 Michel Dänzerradeonsi: Fix cube texture coordinates.
2012-12-06 Michel Dänzerradeon/llvm: Export prepare_cube_coords helper to driver.
2012-12-06 José Fonsecallvmpipe: Fix statement before declaration.
2012-12-06 José Fonsecautil: Add util_copy_box helper.
2012-12-06 José Fonsecagallium/util: Move the util_copy/fill_rect into u_surface.
2012-12-06 José Fonsecagallium/os: Cleanup up os_time_get/os_time_get_nano.
2012-12-06 José Fonsecagallium/os: Fix os_time_sleep() on Windows for small...
2012-12-06 José Fonsecagallivm: Fix lerping of (un)signed normalized numbers.
2012-12-06 José Fonsecagallivm: Fix lp_build_print_value of smaller integer...
2012-12-06 Brian Paulllvmpipe: remove unused variable
2012-12-06 Brian Pauldraw: remove some dead constant buffer code
2012-12-06 Dave Airliellvmpipe: EXT_transform_feedback support (v1.1)
2012-12-05 Vincent Lejeuner600g: use default action for min/max opcode in tgsi...
2012-12-05 Vincent Lejeunegallivm: Have a default emit function for min/max opcode
2012-12-05 Vincent Lejeuner600g: use default action for fdiv/rcp opcode
2012-12-05 Vincent Lejeunegallivm: have a default emit function for fdiv/rcp
2012-12-05 Vincent Lejeuner600g: Use default mul/mad function for tgsi-to-llvm
2012-12-05 Brian Pauldraw: set precalc_flat flag for AA lines too
2012-12-05 Vinson Leescons: Require drm to build gallium/state_trackers...
2012-12-04 José Fonsecagallivm: Re-add the kludge for lp_build_lerp of fixed...
2012-12-04 José Fonsecautil/u_debug: Cleanup/fix debug_dump_image.
2012-12-04 José Fonsecatranslate: Fix the fetch function assertions.
2012-12-04 José Fonsecautil/u_draw: Skip rendering instead of aborting when...
2012-12-04 José Fonsecadraw: Properly limit vertex buffer fetches on draw...
2012-12-04 José Fonsecadraw: Use symbolic primitive names in debug output.
2012-12-04 José Fonsecadraw: Consider the geometry shader when choosing the...
2012-12-04 José Fonsecatgsi: Allow TXF from buffers.
2012-12-04 José Fonsecautil/surface: Always use the surface format when clearing.
2012-12-04 José Fonsecatgsi: Increase maximum number of temps to 4096.
2012-12-04 José Fonsecallvmpipe: Fix alignment.
2012-12-04 José Fonsecagallivm: Generalize lp_build_mul and lp_build_lerp...
2012-12-04 Dave Airlieautomake/gallium: attempt to fix -lrt
2012-12-04 Dave Airlieu_cache: fix dereference before NULL check
2012-12-04 Johannes Obermayrgallium/auxiliary: Add -fno-rtti to CXXFLAGS on LLVM...
2012-12-03 Stefan Dösingerr300g: Give CLIP_DISABLE another try
2012-12-03 Brian Paulst/glx: accept GLX_SAMPLE_BUFFERS/SAMPLES_ARB == 0
2012-12-03 James Bentonllvmpipe: Implement PIPE_QUERY_TIMESTAMP and PIPE_QUERY...
2012-12-03 Roland Scheideggergallivm: fix srgb format fetch
2012-12-03 José Fonsecallvmpipe: Refactor convert_to/from_blend_type to conver...
2012-12-03 José Fonsecallvmpipe: Improve color buffer loads/stores alignment.
2012-12-03 José Fonsecallvmpipe: Recompute the fs shader key when framebuffer...
2012-12-02 Marek Olšákr300g: increment num_z_clears only if we have Hyper-Z
2012-12-02 Marek Olšákr300g: add blacklist for apps that shouldn't steal...
2012-12-02 Marek Olšákr300g: enable Hyper-Z by default on r500
2012-12-02 Marek Olšákr300g: clear the ZB cache before clearing ZMASK or HIZ
2012-12-02 Marek OlšákRevert "r300g: fix occlusion queries when depth test...
2012-12-01 Marek Olšákst/dri: implement new driver hook flush_with_flags
2012-12-01 Marek Olšákr300g: refuse to create too large textures
2012-12-01 Marek Olšákr300g: fix memory leaks in texture_create error paths
2012-12-01 Marek Olšákr300g: fix revoking hyperz access
2012-12-01 Roland Scheideggergallivm: drop border wrap clamping code
2012-12-01 Marek Olšákr300g: handle map flag DISCARD_WHOLE_RESOURCE
2012-12-01 Dave Airliesvga: remove pointless assert on unsigned >= 0
2012-12-01 Dave Airlier300g: fix comparison of hyperz flush time.
2012-11-30 Brian Paulutil: added pipe_surface_release() function
2012-11-30 José Fonsecallvmpipe: Remove remnants of lp_tile_soa from Makefile.
2012-11-30 Vinson Leellvmpipe: Fix incorrect sizeof.
2012-11-30 Stéphane Marchesinllvmpipe: Fix build break from 75da95c50
2012-11-29 Vincent Lejeuner600g: mirror simplification of if/break opcodes
2012-11-29 Vincent Lejeuner600g: separate resource_id and sampler_id tex info...
2012-11-29 Paul Berrymesa: Rename API_OPENGL to API_OPENGL_COMPAT.
2012-11-29 Marek Olšákgallium/postprocess: share pipe_context and cso_context...
2012-11-29 José Fonsecagallivm: Fix lp_build_float_to_half.
2012-11-29 Roland Scheideggergallivm: fix a trivial txq issue for 2d shadow and...
2012-11-29 Roland Scheideggerllvmpipe: support array textures
2012-11-29 Roland Scheideggergallivm: support array textures
2012-11-29 José Fonsecallvmpipe: Remove lp_build_blend_soa()
2012-11-29 José Fonsecallvmpipe: Eliminate color buffer swizzling.
2012-11-29 José Fonsecallvmpipe: Only advertise unswizzled formats.
2012-11-29 José Fonsecautil/u_format: Kill util_format_is_array().
2012-11-29 José Fonsecautil/u_format: Tighten the meaning of is_array bit...
2012-11-29 Adhemerval Zanellautil/u_format: Fix format manipulation for big-endian
2012-11-29 Adhemerval Zanellagallivm: Fix format manipulation for big-endian
2012-11-29 Adhemerval Zanellagallivm: Add byte-swap construct calls
2012-11-29 Adhemerval Zanellagallivm: Fix vector constant for shuffle
2012-11-29 Adhemerval Zanellagallivm: clear Altivec NJ bit
2012-11-29 Adhemerval Zanellagallivm: Altivec floating-point rounding
2012-11-29 Adhemerval Zanellagallivm: Altivec vector add/sub intrisics
2012-11-29 Adhemerval Zanellagallivm: Altivec vector max/min intrisics
2012-11-29 Adhemerval Zanellagallivm: Altivec pack/unpack intrisics
2012-11-29 Michel Dänzerradeonsi: Bitcast result of packf16 intrinsic to float...
2012-11-29 Marek Olšákst/mesa: allow forward-compatible contexts and set...
2012-11-29 Marek Olšákst/mesa: add support for GL core profiles
2012-11-28 Brian Paulutil: add more memory debugging features
2012-11-28 José Fonsecallvmpipe: Implement logic ops for the AoS path.
2012-11-28 José Fonsecallvmpipe: Don't use dynamically sized arrays.
2012-11-28 James Bentonllvmpipe: Update llvmpipe_is_format_unswizzled to refle...
2012-11-28 James Bentonllvmpipe: Enable vertex color clamping.
2012-11-28 James Bentonllvmpipe: Unswizzled rendering.
2012-11-28 James Bentongallivm: Updated lp_build_const_mask_aos to input numbe...
next