i965: Fix glCompressedTexSubImage2D offsets for ETC textures.
[mesa.git] / src / gallium /
2013-01-04 Brian Paulutil: move var declaration before loop to fix MSVC...
2013-01-04 Marek Olšákr600g: implement 3D transfers
2013-01-04 Marek Olšákst/mesa: fix GetTexImage for compressed 2D array textures
2013-01-04 Marek Olšákgallium/util: remove unused helper util_create_rgba_texture
2013-01-04 Marek Olšákgallium/u_blitter: implement 3D blitting
2013-01-04 Marek Olšákgallium/u_blitter: fix blitting TEXTURE_CUBE_ARRAY...
2013-01-04 Marek Olšákgallium/u_blitter: minor simplification
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/util: complete implementation of util_dump_transfer
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-03 Jonas Ådahlwayland: Don't cancel a roundtrip when any event is...
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šákwinsys/radeon: the env var RADEON_NOOP can be used...
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-21 Marek Olšákgallium/tests: fix build breakage after pipe_surface...
2012-12-21 José Fonsecautil/u_format: Round when converting depth values from...
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-18 Roland Scheideggergallivm: fix conversion for pure integer formats
2012-12-17 Andreas Pokornyvega: fix for object handle leak
2012-12-17 Roland Scheideggergallivm: fix texel fetch for array textures (2)
2012-12-16 Dave Airlier600g: fixup offset types for printing
2012-12-16 Henri Verbeetgallium/u_blitter: Remove the overlapped blit assert...
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 Tom Stellardclover: Fix build since removal of pipe_surface::usage
2012-12-13 Maxence Le Dorer600g/radeonsi: Silence warnings
2012-12-13 Tom Stellardclover: Add support for compiler flags
2012-12-13 Tom Stellardclover: Don't erase build info of devices not being...
2012-12-13 Vincent Lejeuner600g: use load_ar checks with llvm output.
2012-12-13 Roland Scheideggergallivm: fix texel fetch for array textures
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šákgallium/util: add a simple allocator for suballocating...
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šákst/dri: add a way to force MSAA on with an environment...
2012-12-12 Marek Olšákgallium: remove pipe_surface::usage
2012-12-12 Marek Olšáksvga: stop using pipe_surface::usage
2012-12-12 Marek Olšákgallium/util: move util_try_blit_via_copy_region to...
2012-12-12 Marek Olšákgallium/cso: don't use the pipe_error return type where...
2012-12-12 Marek Olšákgallium: manage render condition in cso_context and...
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 Brian Paulutil: add util_copy_constant_buffer() helper function
2012-12-11 Tobias Drostest/egl/drm: only unref the udev device if needed
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'.
next