softpipe: Use os_time_get_nano() everywhere.
[mesa.git] / src / gallium /
2012-12-11 José Fonsecasoftpipe: Use os_time_get_nano() everywhere.
2012-12-11 Johannes Obermayrclover: Install CL headers.
2012-12-11 Tom Stellardgallivm: Lower TGSI_OPCODE_MUL to fmul by default
2012-12-10 Dave Airliellvmpipe: fix txq for 1d/2d arrays. (v3)
2012-12-10 Dave Airliellvmpipe: increase texture target width to reflect...
2012-12-10 Fabio Pedrettivega: remove unused variables
2012-12-10 Fabio Pedrettinvc0: comment unused nvc0_validate_zcull function
2012-12-10 Fabio Pedrettinv50: remove unused OpClassStr array
2012-12-08 Christoph Bumillernvc0/ir: allow neg,abs modifiers on OP_SET with integer...
2012-12-08 Christoph Bumillernvc0/ir/emit: fix check for flags register use in logic ops
2012-12-08 Brian Pauldraw: fix/improve dirty state validation
2012-12-08 Brian Pauldraw: add reminder comments about similar code in diffe...
2012-12-08 Brian Pauldraw: rearrange code in llvm_middle_end_prepare()
2012-12-08 Brian Pauldraw: fix comment typo
2012-12-08 Brian Pauldraw: add comment on draw->pt.opt field
2012-12-08 Brian Pauldraw: update a comment about index buffers
2012-12-08 José Fonsecagallium/os: Fix nano->micro second concersion.
2012-12-08 Dave Airliellvmpipe: fix missing tbo cap warning.
2012-12-08 Dave Airliesoftpipe: enable GLSL 1.40
2012-12-08 Dave Airliesoftpipe: add texture buffer object support
2012-12-08 Dave Airliegallium: add new texture buffer object capability
2012-12-07 Christoph Bumillernv50,nvc0: fix shader eviction
2012-12-07 Christoph Bumillernv50,nvc0: add support for cube map arrays
2012-12-07 Stefan Dösingerr300: Don't disable destination read if the src blend...
2012-12-07 Michel Dänzergallium/egl-static: Fix unresolved symbol 'clock_gettime'.
2012-12-07 José Fonsecagallivm: Rudimentary native integer support.
2012-12-07 José Fonsecadraw: Dump LLVM shader key.
2012-12-07 José Fonsecagallivm: Allow indirection from TEMP registers too.
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...
next