radeonsi: Make sure to use float number format for packed float colour formats.
[mesa.git] / src / gallium / drivers /
2013-01-04 Marek Olšákr300g: don't set PIPE_BIND flags for internal textures
2013-01-04 Marek Olšákr600g: implement 3D transfers
2013-01-04 Marek Olšákgallium/u_blitter: unify some parameters into a dstbox...
2013-01-04 Marek Olšákgallium/u_blitter: remove useless parameter from blitte...
2013-01-04 Marek Olšákgallium/radeon: send the END_OF_FRAME flag to the DRM
2013-01-04 Marek Olšákgallium: extend pipe_context::flush for it to accept...
2013-01-04 Marek Olšákradeonsi: fix int->bool conversion in fence_signalled
2013-01-04 Marek Olšákr600g: fix int->bool conversion in fence_signalled
2013-01-02 Adam Jacksonr300g: Fix visibility CFLAGS in automake
2013-01-02 Adam Jacksongalahad, noop: Fix visibility CFLAGS in automake
2012-12-22 Marek Olšákr600g: rename GPU_FLUSH -> INVAL_READ_CACHES
2012-12-22 Marek Olšákr600g: remove redundant parameter alloc_bo from r600_te...
2012-12-22 Dave Airlienouveau: deal with tbo cap for now.
2012-12-21 Marek Olšákr600g: always use a tiled resource as the destination...
2012-12-21 Marek Olšákr600g: remove a false comment
2012-12-21 Marek Olšákr600g: don't suspend TIME_ELAPSED queries during flushing
2012-12-20 Jerome Glisser600g: add cs tracing infrastructure for lockup pin...
2012-12-20 Jerome Glisser600g: add htile support v16
2012-12-20 Jerome Glisser600g: rework flusing and synchronization pattern v7
2012-12-20 José Fonsecallvmpipe: Drop PIPE_QUERY_TIME_ELAPSED support.
2012-12-20 José Fonsecagallium: s/PIPE_CAP_TIMER_QUERY/PIPE_CAP_QUERY_TIME_ELA...
2012-12-20 Marek Olšákr600g: add assertions to prevent creation of invalid...
2012-12-20 Marek Olšákr600g: refactor and make streamout dumping more informative
2012-12-20 Marek Olšákr600g: try to fix streamout for the cases where BURST_C...
2012-12-20 Marek Olšákr600g: lower stream outputs with dst_offset < start_com...
2012-12-20 Marek Olšákr600g: use r600_get_temp to get temporaries for CLIPDIS...
2012-12-19 Brian Paulsoftpipe: fix up FS variant unbinding / deletion
2012-12-19 Brian Paulsoftpipe: fix unreliable FS variant binding bug
2012-12-19 Jerome GlisseRevert "r600g: work around ddx over alignment"
2012-12-18 Jerome Glisser600g: work around ddx over alignment
2012-12-18 Vadim Girlinradeon/llvm: improve cube map handling
2012-12-18 Vadim Girlinradeon/llvm: fix TXQ_LZ handling for cube maps
2012-12-18 Vadim Girlinr600g: initialize inst_mod in r600_tex_from_byte_stream
2012-12-16 Dave Airlier600g: fixup offset types for printing
2012-12-14 Dave Airliedraw/llvmpipe: fix transform feedback position + enable...
2012-12-14 Dave Airliedraw: add support for later transform feedback extensions
2012-12-13 Maxence Le Dorer600g/radeonsi: Silence warnings
2012-12-13 Vincent Lejeuner600g: use load_ar checks with llvm output.
2012-12-12 Brian Paulsoftpipe: remove unused corner0 variable
2012-12-12 Brian Paulllvmpipe: remove unneeded draw_flush() call
2012-12-12 Marek Olšákr600g: suballocate memory for fetch shaders from a...
2012-12-12 Marek Olšákr600g: suballocate memory for the STRMOUT_BUFFER_FILLED...
2012-12-12 Marek Olšákr600g: use u_upload_mgr for allocating staging transfer...
2012-12-12 Marek Olšákwinsys/radeon: don't use BIND flags, add a flag for...
2012-12-12 Marek Olšákgallium: remove pipe_surface::usage
2012-12-12 Marek Olšáksvga: stop using pipe_surface::usage
2012-12-12 Dave Airliesoftpipe: implement seamless cubemap support. (v1.1)
2012-12-11 Dave Airliegallium: fix cap warnings for tbo cap.
2012-12-11 Brian Paulllvmpipe: don't use user constant buffers
2012-12-11 Brian Paulllvmpipe: support pipe_resource-based constant buffers
2012-12-11 José Fonsecasoftpipe: Use os_time_get_nano() everywhere.
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 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-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 José Fonsecagallivm,llvmpipe,draw: Support multiple constant 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 Brian Paulllvmpipe: remove unused variable
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 Lejeuner600g: use default action for fdiv/rcp opcode
2012-12-05 Vincent Lejeuner600g: Use default mul/mad function for tgsi-to-llvm
2012-12-04 José Fonsecallvmpipe: Fix alignment.
2012-12-03 Stefan Dösingerr300g: Give CLIP_DISABLE another try
2012-12-03 James Bentonllvmpipe: Implement PIPE_QUERY_TIMESTAMP and PIPE_QUERY...
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šá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 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 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 Roland Scheideggerllvmpipe: 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.
next