summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)AuthorFilesLines
2013-06-26hud: add float casts to silence MSVC warningsBrian Paul1-49/+49
2013-06-26hud: include stdio.h since we use fprintf(), fscanf(), etcBrian Paul1-0/+2
2013-06-26hud: add cast to silence MSVC warningBrian Paul1-1/+1
2013-06-26os: add cast in os_time_sleep() to silence MSVC warningBrian Paul1-1/+1
2013-06-26vega: add some casts to silence MSVC warningsBrian Paul2-11/+11
2013-06-26util: int/unsigned changes to silence some MSVC warningsBrian Paul2-3/+3
2013-06-26util: add some casts to silence some MSVC warningsBrian Paul1-2/+2
2013-06-26util: s/int/unsigned/ to silence some MSVC warningsBrian Paul1-2/+2
2013-06-26nvc0: set rsvd_kick correctlyMaarten Lankhorst1-0/+1
2013-06-26nvc0: fix push_space checks for video decodingMaarten Lankhorst4-9/+10
2013-06-26ilo: Remove max_threads dead code path.Vinson Lee1-3/+0
2013-06-26winsys/intel: fix typo in "ETIMEOUT"Jean-Sébastien Pédron1-1/+1
2013-06-26ilo: use a bitmask for enabled constant buffersChia-I Wu2-11/+14
2013-06-26vl/mpeg12: handle mpeg-1 bitstreams more correctlyMaarten Lankhorst1-5/+16
2013-06-26ilo: support PIPE_CAP_USER_INDEX_BUFFERSChia-I Wu9-36/+97
2013-06-26ilo: make pipe_draw_info a context stateChia-I Wu9-39/+33
2013-06-26ilo: support PIPE_CAP_USER_CONSTANT_BUFFERSChia-I Wu5-23/+88
2013-06-25svga: allow 3D transfers in svga_texture_transfer_map()Brian Paul1-4/+3
2013-06-25svga: use new svga_define_texture_level() helperBrian Paul2-2/+15
2013-06-25svga: fix layer/level mix-up in svga_mark_surface_dirty()Brian Paul1-1/+1
2013-06-25svga: use new svga_age_texture_view() helperBrian Paul2-1/+14
2013-06-25svga: add array index assertion in svga_validate_sampler_view()Brian Paul1-0/+1
2013-06-25svga: use svga_texture() helper instead of castingBrian Paul1-1/+1
2013-06-25util/debug: Cleanup/improve debug_symbol_name_dbghelp.José Fonseca1-78/+161
2013-06-25util/debug: Make debug_backtrace_capture work for 64bit windows.José Fonseca2-2/+61
2013-06-25draw: allow overflows in the llvm pathsZack Rusin1-4/+8
2013-06-25draw: avoid overflows in the llvm draw loopZack Rusin1-8/+6
2013-06-25nvc0: do not set tiled mode on gart bo when fence debugging is usedMaarten Lankhorst4-9/+15
2013-06-25ilo: honor render condition in blitterChia-I Wu4-8/+23
2013-06-25ilo: remove ilo_shader_internal.h from GEN6 pipelineChia-I Wu3-38/+55
2013-06-25ilo: remove ilo_shader_internal.h from GEN7 pipelineChia-I Wu1-11/+6
2013-06-25ilo: speed up ilo_shader_select_kernel_routing() a bitChia-I Wu2-4/+32
2013-06-25ilo: move SBE setup code to ilo_shader.cChia-I Wu6-155/+237
2013-06-25ilo: use ilo_shader_state exclusively in GPEChia-I Wu6-107/+44
2013-06-25ilo: map SO registers at shader compile timeChia-I Wu6-37/+72
2013-06-25ilo: use ilo_shader_cso for FSChia-I Wu8-154/+255
2013-06-25ilo: use ilo_rasterizer_state exclusively in GPEChia-I Wu5-15/+17
2013-06-25ilo: convert pipe_rasterizer_state to ilo_rasterizer_wmChia-I Wu7-62/+141
2013-06-25ilo: use ilo_shader_cso for GSChia-I Wu7-145/+225
2013-06-25ilo: introduce ilo_shader_cso for VSChia-I Wu7-42/+102
2013-06-25ilo: add functions to query shadersChia-I Wu2-0/+152
2013-06-25ilo: clean up finalize_shader_states()Chia-I Wu4-62/+79
2013-06-25ilo: use multiple entry points for shader creationChia-I Wu6-32/+96
2013-06-25ilo: move internal shader interface to a new headerChia-I Wu13-183/+226
2013-06-24gallium/hud: do not use free() for the free_query_data hookBrian Paul3-3/+23
2013-06-24draw: check for out-of-memory conditions in the AA line module.Matthew McClure1-7/+34
2013-06-24tests/graw: Fix typo in shader-leak.cJosé Fonseca1-1/+1
2013-06-24tools/trace: Fix syntax.José Fonseca1-1/+1
2013-06-24st/dri/sw: Fix pitch calculation in drisw_update_tex_bufferRichard Sandiford1-2/+3
2013-06-24gallium: Fix llvmpipe on big-endian machinesAdam Jackson31-317/+297