mesa.git
2012-11-28 James Bentongallivm: Updated lp_build_const_mask_aos to input numbe...
2012-11-28 James Bentonutil: Updated util_format_is_array to be more accurate.
2012-11-28 James Bentongallivm: Added support for float to half-float conversi...
2012-11-28 James Bentongallivm: Changed lp_build_pad_vector to correctly handl...
2012-11-28 James Bentongallivm: Add a function to generate lp_type for a format.
2012-11-28 James Bentongallivm: Add support for unorm16 in lp_build_mul.
2012-11-28 Matt Turnerglcpp: Support #elif(expression) with no intervening...
2012-11-28 Matt Turnerglcpp: Reject #version and #line not followed by whitespace
2012-11-28 Marek Olšákmesa: fix BlitFramebuffer between linear and sRGB formats
2012-11-28 Roland Scheideggergallivm: fix multiple lods with different min/mag filte...
2012-11-28 Michel Dänzerradeonsi: Reinstate assertions against invalid colour...
2012-11-28 Michel Dänzerradeonsi: Re-enable Z16 depth buffers.
2012-11-28 Marek Olšákradeonsi: remove redundant parameter in r600_init_surface
2012-11-28 Michel Dänzerradeonsi: Use explicit stencil mipmap level offsets.
2012-11-28 Marek Olšákradeonsi: correct texture memory size for Z32F_S8X24
2012-11-28 Michel Dänzerradeonsi: Depth/stencil fixes.
2012-11-28 Michel Dänzerradeonsi: Flesh out support for depth/stencil exports...
2012-11-28 Michel Dänzerradeonsi: Fix sampler views for depth textures.
2012-11-28 Jerome Glisseradeonsi: Fix z/stencil texture creation.
2012-11-28 Vinson Leescons: Build ws_xlib on Mac OS X.
2012-11-27 Johannes Obermayrconfigure.ac: Remove -O., -g and -Wall from LLVM_C...
2012-11-27 Brian Paulvbo: move another line of code after declarations
2012-11-27 Brian Paulvbo: move code after declarations to fix MSVC errors
2012-11-27 Brian Paulvbo: minor whitespace fix
2012-11-27 Brian Paulmesa: remove '(void) k' lines
2012-11-27 Kenneth Graunkemesa/vbo: Check for invalid types in various packed...
2012-11-27 Kenneth Graunkemesa/vbo: Support the ES 3.0 signed normalized scaling...
2012-11-27 Kenneth Graunkemesa/vbo: Plumb ctx through to the conv_i(10|2)_to_norm...
2012-11-27 Matt Turnermesa: Set transform feedback's default buffer mode...
2012-11-27 Matt Turnermesa: Return 0 for XFB_VARYING_MAX_LENGTH if no varyings
2012-11-27 Andreas Bollgallium/tests/trivial: updates for transfer functions...
2012-11-27 Andreas Bollgallium/tests/trivial: updates for CSO interface changes
2012-11-27 Andreas Bollgallium/tests/trivial: updates for util_draw_vertex_buf...
2012-11-27 James Bentonutil: Modified u_rect to default to memcpy.
2012-11-27 James Bentonutil/format: Fix bug in float to non-float conversion...
2012-11-27 James Bentongallivm: Fix bug in lp_build_one which would incorrectl...
2012-11-27 Kenneth Graunkeglsl: Support unsigned integer constants in layout...
2012-11-27 Kenneth Graunkei965/fs: Move struct brw_compile (p) entirely inside...
2012-11-27 Kenneth Graunkei965/fs: Split final assembly code generation out of...
2012-11-27 Kenneth Graunkei965/fs: Abort on unsupported opcodes rather than failing.
2012-11-27 Kenneth Graunkei965: Make it possible to create a cfg_t without a...
2012-11-27 Kenneth Graunkei965/fs: Move uses of brw_compile from do_wm_prog to...
2012-11-27 Kenneth Graunkei965/fs: Pass the brw_context pointer into fs_visitor...
2012-11-27 Kenneth Graunkei965/fs: Move brw_wm_compile::fp to fs_visitor.
2012-11-27 Kenneth Graunkei965/fs: Remove struct brw_shader * parameter to fs_vis...
2012-11-27 Kenneth Graunkei965/fs: Move brw_wm_compile::dispatch_width into fs_vi...
2012-11-27 Kenneth Graunkei965/fs: Move brw_wm_lookup_iz() to fs_visitor::setup_p...
2012-11-27 Kenneth Graunkei965/fs: Move brw_wm_payload_setup() to fs_visitor...
2012-11-27 Kenneth Graunkei965/fs: Remove brw_wm_compile::computes_depth field.
2012-11-27 Roland Scheideggergallivm: use the new mip per quad handling in texture...
2012-11-27 Roland Scheideggergallivm,llvmpipe: handle TXF (texelFetch) instruction...
2012-11-27 Chris Forbesi965: Enable ARB_vertex_type_2_10_10_10_rev on Gen4+.
2012-11-27 Chris Forbesi965: emit w/a for packed attribute formats in VS
2012-11-27 Chris Forbesi965: set attribute w/a bits for packed formats
2012-11-27 Chris Forbesi965: Generalize GL_FIXED VS w/a support
2012-11-27 Chris Forbesi965: support 2_10_10_10 formats in get_surface_type.
2012-11-27 Chris Forbesi965: implement get_size for 2_10_10_10 formats
2012-11-26 Chris Forbesi965/vs: add support for emitting SHL, SHR, ASR
2012-11-26 Matt Turnermesa: Use correct glGetTransformFeedbackVarying name...
2012-11-26 Andreas Bollbuild: use git ls-files for adding all Makefile.in...
2012-11-26 Eric Anholti965: Fix hangs with FP KIL instructions pre-gen6.
2012-11-26 Eric Anholti965/gen4: Fix memory leak each time compile_gs_prog...
2012-11-26 Eric Anholti965/gen4: Fix LOD bias texturing since my fixed reg...
2012-11-22 Marek Olšákr600g: fix broken streamout if streamout_begin caused...
2012-11-22 Marek Olšákr600g: fix ARB_map_buffer_alignment with unaligned...
2012-11-22 Vinson Leescons: Append x11 library path if linking x11 library.
2012-11-22 Kenneth Graunkemesa/vbo: Fix scaling issue in 2-bit signed normalized...
2012-11-22 Kenneth Graunkemesa/vbo: Fix scaling issue in 10-bit signed normalized...
2012-11-21 Alex Deucherradeonsi: add a new SI pci id
2012-11-21 Vinson Leei915: Fix wrong sizeof argument in i915_update_tex_unit.
2012-11-21 Andreas BollAdd .dirstamp to toplevel .gitignore
2012-11-21 Andreas Bollgallium/tests: update .gitignore files
2012-11-20 Eric Anholti965/fs: Add helper functions for IF and CMP and use...
2012-11-20 Eric Anholti965/fs: Add helper functions for generating ALU ops...
2012-11-20 Eric Anholti965/gen4: Fix crash with fragment programs and texture...
2012-11-20 Eric Anholti965: Disable the GB clip test when a limited viewport...
2012-11-20 Eric Anholti965: Use fewer temporary variables in clip setup.
2012-11-20 Eric AnholtRevert "i965/fs: Fix conversions float->bool, int-...
2012-11-20 Eric Anholti965/fs: Fix the gen6-specific if handling for 80ecb8f1...
2012-11-19 Chad Versaceintel: Use designated initializers for DRI extension...
2012-11-19 Chad Versacedri: Use designated initializers for DRI extension...
2012-11-19 Eric Anholti965: Use the separate stencil buffer's offsets for...
2012-11-19 Eric Anholti965: Move all the depth/stencil/hiz offset logic into...
2012-11-19 Eric Anholti965: When rebasing depth or stencil, update x/y before...
2012-11-19 Eric Anholtintel: Push face/level -> slice handling to the caller...
2012-11-19 Eric Anholti965: Add some checks for array textures in unsupported...
2012-11-19 Eric Anholti965: Add a little bit more debug info for validate...
2012-11-19 Eric Anholtintel: Remove dead function prototype.
2012-11-19 Eric Anholti965: Remove stale comment about wrapped_depth.
2012-11-19 Kenneth Graunkemesa: Mark GetBufferParameteri64v as implemented.
2012-11-19 Kenneth Graunkemesa: Require gen'd names in glBeginQuery on ES 3.0.
2012-11-19 Kenneth Graunkemesa: Support EXT_framebuffer_blit targets in ES 3...
2012-11-19 Kenneth Graunkemesa: Fix error code for glTexParameteri of TEXTURE_MAX...
2012-11-19 Kenneth Graunkei965/vs: Don't lose attribute type when converting...
2012-11-19 Chad Versaceegl/dri2: Set error code when dri2CreateContextAttribs...
2012-11-19 Chad Versacei965: Validate requested GLES context version in brwCre...
2012-11-19 Maarten Lankhorstautomake: strip LLVM_CXXFLAGS and LLVM_CPPFLAGS too
2012-11-17 Kenneth Graunkei965/fs: Properly patch special values during VGRF...
2012-11-17 Eric Anholti965/gen4: Respect the VERTEX_PROGRAM_TWO_SIDE vertex...
2012-11-17 Eric Anholtmesa: Fix linker-assigned varying component counting...
next