summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* glsl: move variables in to ir_variable::data, part IITapani Pälli2013-12-1231-411/+421
* glsl: move variables in to ir_variable::data, part ITapani Pälli2013-12-1246-307/+308
* glsl: introduce data section to ir_variableTapani Pälli2013-12-1218-75/+83
* mesa: fix a typo in glDetachShader error messageTapani Pälli2013-12-121-1/+1
* svga: expose HW smooth/stipple/wide linesBrian Paul2013-12-117-14/+99
* glx: Add missing null check in DRI2WireToEventJuha-Pekka Heikkila2013-12-111-0/+2
* llvmpipe: add plumbing for ARB_depth_clampMatthew McClure2013-12-114-35/+62
* r600g/sb: fix stack size computation on evergreenVadim Girlin2013-12-111-4/+12
* llvmpipe: add a very useful (disabled) debugging outputZack Rusin2013-12-101-0/+20
* draw: fix vbuf caching of vertices with inject front faceZack Rusin2013-12-101-0/+1
* llvmpipe: fix blending with half-float formatsZack Rusin2013-12-103-5/+108
* svga/winsys: Implement surface sharing using prime fd handlesThomas Hellstrom2013-12-102-18/+74
* gallium/radeon: Implement hooks for DRI Image 7 (v2)Christopher James Halse Rogers2013-12-104-24/+141
* radeon: Rename bo_handles hashtable to match its actual contents.Christopher James Halse Rogers2013-12-101-8/+8
* ilo: Support DRI Image 7Christopher James Halse Rogers2013-12-102-3/+18
* nouveau: Support DRI Image 7 extensionMaarten Lankhorst2013-12-102-3/+26
* gallium/dri: Support DRI Image extension version 7Christopher James Halse Rogers2013-12-102-10/+106
* gallium/dri2: Set winsys_handle type to KMS for stride query.Christopher James Halse Rogers2013-12-101-0/+1
* gallium/winsys/drm: Prepare for passing prime fds in winsys_handleChristopher James Halse Rogers2013-12-109-4/+38
* gallium/dri: Support DRI Image extension version 6Christopher James Halse Rogers2013-12-101-1/+71
* nv50: report 15 max inputs for fragment programsIlia Mirkin2013-12-101-1/+1
* nouveau: Fix compiler warning regressionMaarten Lankhorst2013-12-101-4/+0
* swrast: fix readback regression since inversion fixDave Airlie2013-12-101-1/+1
* dri megadriver_stub: add compatibility for older DRI loadersJordan Justen2013-12-091-0/+126
* egl/wayland: Return -1 from get_back_bo to indicate errorKristian Høgsberg2013-12-091-1/+1
* egl_dri2: Remove the unused swap_interval member of dri2_egl_surfaceNeil Roberts2013-12-091-1/+0
* i965: Replace OUT_RELOC_FENCED with OUT_RELOC.Kenneth Graunke2013-12-092-16/+10
* glsl/loops: Get rid of lower_bounded_loops and ir_loop::normative_bound.Paul Berry2013-12-0945-221/+35
* glsl/loops: Stop creating normatively bound loops in loop_controls.Paul Berry2013-12-093-20/+41
* glsl/loops: Get rid of loop_variable_state::max_iterations.Paul Berry2013-12-093-38/+19
* glsl/loops: Simplify loop unrolling logic by breaking into functions.Paul Berry2013-12-091-108/+184
* glsl/loops: Move some analysis from loop_controls to loop_analysis.Paul Berry2013-12-093-80/+125
* glsl/loops: Allocate loop_terminator using new(mem_ctx) syntax.Paul Berry2013-12-091-1/+1
* glsl/loops: Remove unnecessary list walk from loop_control_visitor.Paul Berry2013-12-092-33/+39
* glsl/loops: Remove unused fields iv_scale and biv from loop_variable class.Paul Berry2013-12-092-12/+4
* glsl/loops: replace loop controls with a normative bound.Paul Berry2013-12-0946-247/+104
* glsl/loops: consolidate bounded loop handling into a lowering pass.Paul Berry2013-12-098-143/+133
* glsl: In loop analysis, handle unconditional second assignment.Paul Berry2013-12-091-3/+4
* glsl: Fix handling of function calls inside nested loops.Paul Berry2013-12-091-7/+7
* glsl: Fix loop analysis of nested loops.Paul Berry2013-12-092-17/+29
* glsl: Extract functions from loop_analysis::visit(ir_dereference_variable *).Paul Berry2013-12-092-25/+71
* i965/gen7+: Implement fast color clears for MSAA buffers.Paul Berry2013-12-091-44/+87
* i965/blorp: Refactor code for computing fast clear align/scaledown factors.Paul Berry2013-12-091-19/+23
* i965/blorp: allow multisample blorp clearsPaul Berry2013-12-091-18/+13
* i965/blorp: Get rid of redundant num_samples blorp param.Paul Berry2013-12-095-15/+12
* i965/gen7+: Disentangle MSAA layout from fast clear state.Paul Berry2013-12-093-48/+47
* i965: Don't try to use HW blitter for glCopyPixels() when multisampled.Paul Berry2013-12-091-0/+5
* i965: Document conventions for counting layers in 2D multisample buffers.Paul Berry2013-12-094-0/+27
* i965/blorp: Improve fast color clear comment.Paul Berry2013-12-091-1/+12
* r300/compiler/tests: Fix line length check in test parserTom Stellard2013-12-091-1/+3