index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
pipe
/
i915simple
/
i915_context.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Define PIPE_FORMAT_ tokens as an enum set, rather than #defines.
Brian
2007-12-07
1
-2
/
+3
*
Get rid of "duplicate" formats.
Brian
2007-12-07
1
-12
/
+12
*
Eliminate struct pipe_region.
Michel Dänzer
2007-12-07
1
-1
/
+0
*
Hide texture layout details from the state tracker.
Michel Dänzer
2007-12-06
1
-6
/
+3
*
Make it compile under Win32.
Michal
2007-11-22
1
-2
/
+2
*
Remove fences from the i915simple winsys interface.
José Fonseca
2007-11-22
1
-2
/
+0
*
Proper fence reference counting.
José Fonseca
2007-11-17
1
-0
/
+2
*
tweak anisotropic filtering code
Brian
2007-11-08
1
-1
/
+1
*
enable PIPE_CAP_TEXTURE_SHADOW_MAP (but not quite working yet)
Brian
2007-11-08
1
-1
/
+1
*
remove unneeded #include
Brian
2007-11-08
1
-1
/
+0
*
Added pipe->get_paramf() to query float limits.
Brian
2007-11-08
1
-0
/
+27
*
Remove pipe->max_texture_size(), use get_param() instead.
Brian
2007-11-06
1
-31
/
+6
*
Determine GL extensions/limits by making pipe queries.
Brian
2007-11-05
1
-0
/
+20
*
Allow batch buffer debugging without calling i915_winsys->batch_start so often.
José Fonseca
2007-11-03
1
-1
/
+1
*
Enable the vertex buffer stage according to the I915_VBUF environment var.
José Fonseca
2007-10-29
1
-1
/
+6
*
Replace supported_formats with is_format_supported interface.
Michal Krol
2007-10-28
1
-12
/
+12
*
Revert "Undo indexOffset change (I think, git???)"
Brian
2007-10-24
1
-4
/
+3
*
Undo indexOffset change (I think, git???)
Brian
2007-10-24
1
-3
/
+4
*
formatting
Brian
2007-10-15
1
-6
/
+6
*
feedback/rasterpos fix-ups
Brian
2007-10-15
1
-0
/
+23
*
use i915_miptree_layout when using an i915
Brian
2007-10-01
1
-1
/
+1
*
fix a few vert/frag program items to get i915 driver going again
Brian
2007-10-01
1
-2
/
+0
*
Silence a few warnings.
Zack Rusin
2007-09-21
1
-1
/
+1
*
Checkpoint: replacement of TGSI_ATTRIB_x tokens with input/output semantics.
Brian
2007-09-19
1
-0
/
+14
*
Finishing up rename of the setup state to the rasterizer state.
Zack Rusin
2007-09-18
1
-1
/
+1
*
Implement query object interface.
Brian
2007-09-11
1
-2
/
+19
*
Rework of shader constant buffers.
Brian
2007-08-22
1
-0
/
+3
*
First pass at a fallback concept for pipe devices.
Keith Whitwell
2007-08-21
1
-4
/
+6
*
Use new draw_arrays() code.
Brian
2007-08-20
1
-3
/
+55
*
Checkpoint: remove more of the old draw_vb() code.
Brian
2007-08-20
1
-23
/
+5
*
Start to remove the temporary draw_vb() and draw_vertices() code.
Brian
2007-08-20
1
-1
/
+4
*
Start breaking the #include dependencies between pipe drivers and mesa.
Keith Whitwell
2007-08-13
1
-13
/
+14
*
Move string functions to state_tracker, add queries to pipe, winsys.
Keith Whitwell
2007-08-10
1
-11
/
+4
*
added pipe->max_texture_size() query, use it in st_drawpixels()
Brian
2007-08-10
1
-0
/
+30
*
Lift common winsys functions into pipe's new p_winsys.
Keith Whitwell
2007-08-10
1
-6
/
+11
*
Add printf handlers, pass pci id and move texlayout code to driver.
Keith Whitwell
2007-08-10
1
-0
/
+7
*
Pass pci_id to i915_create()
Keith Whitwell
2007-08-10
1
-4
/
+38
*
Add more i915 state packets.
Keith Whitwell
2007-08-09
1
-1
/
+3
*
*numFormats = 3
Brian
2007-08-09
1
-1
/
+1
*
Add flush/finish functionality to pipe.
Keith Whitwell
2007-08-09
1
-0
/
+7
*
The i915simple driver now runs well enough to lock up hardware.
Keith Whitwell
2007-08-08
1
-2
/
+2
*
Call init_state_funcs
Keith Whitwell
2007-08-08
1
-0
/
+1
*
Checkpoint of a super-simplified i915 driver in the pipe model.
Keith Whitwell
2007-08-08
1
-0
/
+180